-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update alpine base image in Dockerfile (#4465)
- Loading branch information
1 parent
fc37783
commit 6623bf5
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Pin to Alpine 3.9 | ||
# For a complete list of hashes, see: | ||
# https://github.com/docker-library/repo-info/tree/master/repos/alpine/remote | ||
FROM alpine@sha256:115731bab0862031b44766733890091c17924f9b7781b79997f5f163be262178 | ||
# Pin the latest Alpine 3 | ||
# https://github.com/docker-library/repo-info/blob/master/repos/alpine/remote/3.md | ||
|
||
FROM alpine@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c | ||
ARG AGENT_DIR | ||
COPY ${AGENT_DIR} /opt/nodejs |