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 ca1e676 commit 7339e66Copy full SHA for 7339e66
1 file changed
base.Dockerfile
@@ -1,7 +1,7 @@
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
0 commit comments