Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#6)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
amuraru and snyk-bot authored Jul 27, 2023
1 parent b201f8c commit caa5c0a
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 @@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 go build \
############################################################
# Runtime Image
############################################################
FROM alpine:3.17
FROM alpine:3
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /app/bin/kminion /app/kminion
RUN chmod -R +x /app/kminion
Expand Down

0 comments on commit caa5c0a

Please sign in to comment.