Skip to content

Commit

Permalink
fix(deps): Update alpine ca-certificates package version to 20240226-…
Browse files Browse the repository at this point in the history
…r0 in Dockerfile (runatlantis#4376)

Signed-off-by: kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com>
  • Loading branch information
jippi authored and kvanzuijlen committed Jan 4, 2025
1 parent feffe4f commit 6d9f53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6d9f53d

Please sign in to comment.