From 65aae66eb273c50f6a3f40efce22f90ada336397 Mon Sep 17 00:00:00 2001 From: Igor Shishkin Date: Tue, 24 Sep 2024 02:22:19 +0300 Subject: [PATCH] Update ca-certificates (#28) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f6322c..e9d96a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.20.0 AS certificates RUN apk add --update --no-cache \ - ca-certificates=20240226-r0 + ca-certificates=20240705-r0 FROM scratch