fix: upgrade the ca-certificates source to Debian 12 (#3450)
This commit is contained in:
parent
82ed653145
commit
18f3c35964
|
|
@ -55,7 +55,7 @@ RUN \
|
||||||
make out/executor out/warmer
|
make out/executor out/warmer
|
||||||
|
|
||||||
# Generate latest ca-certificates
|
# Generate latest ca-certificates
|
||||||
FROM debian:bullseye-slim AS certs
|
FROM debian:bookworm-slim AS certs
|
||||||
RUN apt update && apt install -y ca-certificates
|
RUN apt update && apt install -y ca-certificates
|
||||||
|
|
||||||
# use musl busybox since it's staticly compiled on all platforms
|
# use musl busybox since it's staticly compiled on all platforms
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue