summaryrefslogtreecommitdiff
path: root/docker/Dockerfile.alpine
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-05-25 16:19:53 +0300
committerGitHub <[email protected]>2024-05-25 15:19:53 +0200
commit8e7b27cc36f02da6a02099be3bc5a59e42bcb1b6 (patch)
tree0cb976811dea384b18d25a9bc2c8cff77f7e4bb7 /docker/Dockerfile.alpine
parentd230ee087c95652008c8dcddf60a48793082fea0 (diff)
downloadvaultwarden-8e7b27cc36f02da6a02099be3bc5a59e42bcb1b6.tar.gz
vaultwarden-8e7b27cc36f02da6a02099be3bc5a59e42bcb1b6.zip
Update Alpine to version 3.20 (#4583)
- needed to add double quotes, otherwise it was parsed as 3.2 instead of 3.20
Diffstat (limited to 'docker/Dockerfile.alpine')
-rw-r--r--docker/Dockerfile.alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine
index c2b5452c..11eaafa6 100644
--- a/docker/Dockerfile.alpine
+++ b/docker/Dockerfile.alpine
@@ -127,7 +127,7 @@ RUN source /env-cargo && \
# To uninstall: docker run --privileged --rm tonistiigi/binfmt --uninstall 'qemu-*'
#
# We need to add `--platform` here, because of a podman bug: https://github.com/containers/buildah/issues/4742
-FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.19
+FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.20
ENV ROCKET_PROFILE="release" \
ROCKET_ADDRESS=0.0.0.0 \