Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 5, 2024
1 parent 17a8473 commit 251acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY controllers/ controllers/
# Build
RUN CGO_ENABLED=0 go build -o manager main.go

FROM alpine:3.19.0
FROM alpine:3.19
WORKDIR /app

RUN apk add --no-cache --upgrade ca-certificates
Expand Down

0 comments on commit 251acd4

Please sign in to comment.