Skip to content

Commit 5ccd40e

Browse files
authored
fix(docker): upgrade runtime alpine base image (#403)
1 parent 809a876 commit 5ccd40e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager
4141

4242
# Use distroless as minimal base image to package the manager binary
4343
# Refer to https://github.com/GoogleContainerTools/distroless for more details
44-
FROM alpine:3.21
44+
FROM alpine:3.22
4545

4646
# Upgrade all packages to get latest versions with security fixes
4747
RUN apk upgrade --no-cache

0 commit comments

Comments
 (0)