Skip to content

Commit

Permalink
fix: dockerfiles/mesh/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082
  • Loading branch information
snyk-bot committed Nov 17, 2024
1 parent d76af70 commit c40ca56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/mesh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD . ./
RUN go build ./cmd/mesh

# Final Image
FROM alpine:3.12
FROM alpine:3.20.3

RUN apk update && apk add ca-certificates --no-cache

Expand Down

0 comments on commit c40ca56

Please sign in to comment.