diff options
author | Jonas Zohren <git-pbkyr@jzohren.de> | 2022-03-30 20:23:04 +0000 |
---|---|---|
committer | Jonas Zohren <git-pbkyr@jzohren.de> | 2022-03-30 20:23:04 +0000 |
commit | 1ebf417c1191df984850c2208d4baa871b82f5cb (patch) | |
tree | c9987de88b36792587bb190133339b458930eb84 /docker | |
parent | a2a7c6187228bbcbbefadaa703e5afe469b7cbfe (diff) | |
download | conduit-1ebf417c1191df984850c2208d4baa871b82f5cb.zip |
chore: Bump alpine version for CI generated docker
Diffstat (limited to 'docker')
-rw-r--r-- | docker/ci-binaries-packaging.Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/ci-binaries-packaging.Dockerfile b/docker/ci-binaries-packaging.Dockerfile index 1a31871..6964a02 100644 --- a/docker/ci-binaries-packaging.Dockerfile +++ b/docker/ci-binaries-packaging.Dockerfile @@ -7,7 +7,8 @@ # Credit's for the original Dockerfile: Weasy666. # --------------------------------------------------------------------------------------------------------- -FROM docker.io/alpine:3.15.1 AS runner +FROM docker.io/alpine@sha256:b66bccf2e0cca8e5fb79f7d3c573dd76c4787d1d883f5afe6c9d136a260bba07 AS runner +# = alpine:3.15.3 # Standard port on which Conduit launches. |