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 7bcbdcf commit b5114a9Copy full SHA for b5114a9
cmd/Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.24.0 as builder
+FROM golang:1.24 as builder
3
4
WORKDIR /workspace
5
@@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a \
38
39
# Use distroless as minimal base image to package the manager binary
40
# Refer to https://github.com/GoogleContainerTools/distroless for more details
41
-FROM alpine:3.13
+FROM alpine:3.21
42
43
WORKDIR /
44
RUN apk add libc6-compat
0 commit comments