fix: upgrade the ca-certificates source to Debian 12 (#3450)

This commit is contained in:
Thomas L. Kjeldsen 2025-04-28 15:09:34 +02:00 committed by GitHub
parent 82ed653145
commit 18f3c35964
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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