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 5f5dc9e commit 161905aCopy full SHA for 161905a
Dockerfile
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
26
27
# Use distroless as minimal base image to package the manager binary
28
# Refer to https://github.com/GoogleContainerTools/distroless for more details
29
-FROM docker.io/ubuntu:22.04
+FROM docker.io/ubuntu:24.04
30
WORKDIR /
31
32
ENV DOCKER_VERSION=26.1.3
0 commit comments