From 11379b954ff586da973211cfec313a150fd1c65c Mon Sep 17 00:00:00 2001 From: "Thomas L. Kjeldsen" Date: Sat, 12 Apr 2025 21:27:49 +0200 Subject: [PATCH] fix: upgrade the ca-certificates source to Debian 12 --- deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 6d0b58c36c..8259709bdf 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -55,7 +55,7 @@ RUN \ make out/executor out/warmer # Generate latest ca-certificates -FROM debian:bullseye-slim AS certs +FROM debian:bookworm-slim AS certs RUN apt update && apt install -y ca-certificates # use musl busybox since it's staticly compiled on all platforms