mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:38:24 +00:00
fix(deps): Update alpine ca-certificates package version to 20240226-r0 in Dockerfile (#4376)
This commit is contained in:
committed by
GitHub
parent
722c4a9372
commit
1220638c59
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user