summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorJonas Zohren <git-pbkyr@jzohren.de>2022-06-18 11:05:42 +0000
committerTimo Kösters <timo@koesters.xyz>2022-06-18 11:05:42 +0000
commite03a2b86364a913e0d016b5962a3312f412e7597 (patch)
tree38e63be7e21b67110a426bb963541d179891391c /docker
parent8bb58061fdc709f38b264c30d83c050477a89f9a (diff)
downloadconduit-e03a2b86364a913e0d016b5962a3312f412e7597.zip
chore(docker): Bump base image to alpine 3.16.0
Diffstat (limited to 'docker')
-rw-r--r--docker/ci-binaries-packaging.Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/ci-binaries-packaging.Dockerfile b/docker/ci-binaries-packaging.Dockerfile
index 6964a02..4c1199e 100644
--- a/docker/ci-binaries-packaging.Dockerfile
+++ b/docker/ci-binaries-packaging.Dockerfile
@@ -7,8 +7,7 @@
# Credit's for the original Dockerfile: Weasy666.
# ---------------------------------------------------------------------------------------------------------
-FROM docker.io/alpine@sha256:b66bccf2e0cca8e5fb79f7d3c573dd76c4787d1d883f5afe6c9d136a260bba07 AS runner
-# = alpine:3.15.3
+FROM docker.io/alpine:3.16.0@sha256:4ff3ca91275773af45cb4b0834e12b7eb47d1c18f770a0b151381cd227f4c253 AS runner
# Standard port on which Conduit launches.