diff options
author | Jonas Zohren <git-pbkyr@jzohren.de> | 2022-03-18 18:05:16 +0100 |
---|---|---|
committer | Jonas Zohren <git-pbkyr@jzohren.de> | 2022-03-18 18:44:05 +0100 |
commit | 61277452af96aa2c9a50bbd0ea206d1856b53918 (patch) | |
tree | 7a3fe1a3942d0685fd32a48371b9cf3cb2da4e7c /docker | |
parent | 6be5e83e61fac5a2037d5fef5e38020c5c7f864c (diff) | |
download | conduit-61277452af96aa2c9a50bbd0ea206d1856b53918.zip |
chore(docker): Bump alpine (base image) version
Diffstat (limited to 'docker')
-rw-r--r-- | docker/ci-binaries-packaging.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ci-binaries-packaging.Dockerfile b/docker/ci-binaries-packaging.Dockerfile index 6defc3d..1a31871 100644 --- a/docker/ci-binaries-packaging.Dockerfile +++ b/docker/ci-binaries-packaging.Dockerfile @@ -7,7 +7,7 @@ # Credit's for the original Dockerfile: Weasy666. # --------------------------------------------------------------------------------------------------------- -FROM docker.io/alpine:3.15.0 AS runner +FROM docker.io/alpine:3.15.1 AS runner # Standard port on which Conduit launches. |