From f99c23a755fe354127fbe32e339058907f3ee01e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Dec 2024 05:53:02 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-458529 - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-458529 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-340660 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-588029 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2670b69..19bee2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10-alpine +FROM golang:1.24rc1-alpine RUN apk update RUN apk add openssl ca-certificates git RUN mkdir -p /go/src/es-aws-api