We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1ca75 commit 11ef345Copy full SHA for 11ef345
1 file changed
base.Dockerfile
@@ -1,9 +1,9 @@
1
-FROM ubuntu:22.04 AS base
+FROM ubuntu:24.04 AS base
2
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y ca-certificates curl tzdata && rm -rf /var/lib/apt/lists/*
3
4
-FROM alpine:latest AS certs
+FROM alpine:3.22 AS certs
5
RUN apk --update add ca-certificates
6
7
FROM scratch AS scratch
8
-COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
+COPY --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
9
COPY --from=base /usr/share/zoneinfo /usr/share/zoneinfo
0 commit comments