From be773b30a9b7039795381bd36b0085d6c0176df7 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Thu, 31 Jul 2025 01:34:45 +0200 Subject: [PATCH] build: bump ca-certificates to 20250619-r0 (#5685) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a78323a0d..dc9b30901 100644 --- a/Dockerfile +++ b/Dockerfile @@ -160,7 +160,7 @@ COPY --from=deps /usr/bin/git-lfs /usr/bin/git-lfs COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # renovate: datasource=repology depName=alpine_3_21/ca-certificates versioning=loose -ENV CA_CERTIFICATES_VERSION="20241121-r1" +ENV CA_CERTIFICATES_VERSION="20250619-r0" # Install packages needed to run Atlantis. # We place this last as it will bust less docker layer caches when packages update