From a65b144823c67623e4d190829c27e86869f8fbac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 06:40:47 +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-340660 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eeb5d77..75a3fb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10-alpine +FROM golang:1.22.7-alpine RUN apk update RUN apk add openssl ca-certificates git RUN mkdir -p /go/src/influx-api