Skip to content

Commit caa5c0a

Browse files
amurarusnyk-bot
andauthored
fix: Dockerfile to reduce vulnerabilities (#6)
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]>
1 parent b201f8c commit caa5c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 go build \
2727
############################################################
2828
# Runtime Image
2929
############################################################
30-
FROM alpine:3.17
30+
FROM alpine:3
3131
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3232
COPY --from=builder /app/bin/kminion /app/kminion
3333
RUN chmod -R +x /app/kminion

0 commit comments

Comments
 (0)