We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809a876 commit 5ccd40eCopy full SHA for 5ccd40e
1 file changed
Dockerfile
@@ -41,7 +41,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager
41
42
# Use distroless as minimal base image to package the manager binary
43
# Refer to https://github.com/GoogleContainerTools/distroless for more details
44
-FROM alpine:3.21
+FROM alpine:3.22
45
46
# Upgrade all packages to get latest versions with security fixes
47
RUN apk upgrade --no-cache
0 commit comments