From 1220638c593c35ec773ea0a0ac0e60814b0f97cb Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Sat, 23 Mar 2024 13:54:59 +0100 Subject: [PATCH] fix(deps): Update alpine ca-certificates package version to 20240226-r0 in Dockerfile (#4376) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49341b8bc..819e7802b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \