Skip to content

Commit

Permalink
fix: hostplumber/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 18, 2024
1 parent c07fd94 commit c9d6564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostplumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
#FROM gcr.io/distroless/static:nonroot
FROM alpine:3.16
FROM alpine:3.21.0
WORKDIR /

RUN apk update && apk upgrade
Expand Down

0 comments on commit c9d6564

Please sign in to comment.