From 795f525fbc83c1c1bf9ddcf656a8a31443d687c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Dec 2024 00:43:24 +0000 Subject: [PATCH] fix: bat-go-master/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200 --- bat-go-master/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bat-go-master/Dockerfile b/bat-go-master/Dockerfile index 68c6c5e..d4308fd 100644 --- a/bat-go-master/Dockerfile +++ b/bat-go-master/Dockerfile @@ -21,7 +21,7 @@ RUN cd main && go mod download && CGO_ENABLED=0 GOOS=linux go build \ -o bat-go main.go # golang:1.19-alpine is based on alpine:3.18. -FROM alpine:3.18 as base +FROM alpine:3.21.0 as base # Put certs in artifact from builder. COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/