fix(deps): Update alpine ca-certificates package version to 20240226-r0 in Dockerfile (#4376)

This commit is contained in:
Christian Winther
2024-03-23 13:54:59 +01:00
committed by GitHub
parent 722c4a9372
commit 1220638c59

View File

@@ -159,7 +159,7 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
# Install packages needed to run Atlantis.
# We place this last as it will bust less docker layer caches when packages update
RUN apk add --no-cache \
ca-certificates~=20230506 \
ca-certificates~=20240226-r0 \
curl~=8 \
git~=2 \
unzip~=6 \