Skip to content

Commit 3c8624a

Browse files
committed
1 parent c07fd94 commit 3c8624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hostplumber/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
2121
# Use distroless as minimal base image to package the manager binary
2222
# Refer to https://github.com/GoogleContainerTools/distroless for more details
2323
#FROM gcr.io/distroless/static:nonroot
24-
FROM alpine:3.16
24+
FROM alpine:3.22.1
2525
WORKDIR /
2626

2727
RUN apk update && apk upgrade

0 commit comments

Comments
 (0)