Skip to content

Commit 11379b9

Browse files
committed
fix: upgrade the ca-certificates source to Debian 12
1 parent 3cf227e commit 11379b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: deploy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN \
5555
make out/executor out/warmer
5656

5757
# Generate latest ca-certificates
58-
FROM debian:bullseye-slim AS certs
58+
FROM debian:bookworm-slim AS certs
5959
RUN apt update && apt install -y ca-certificates
6060

6161
# use musl busybox since it's staticly compiled on all platforms

0 commit comments

Comments
 (0)