From b867dfa24c5eab2fd3482900c602433f1e2e6843 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Aug 2024 07:00:53 +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 eeb5d77..32a7059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10-alpine +FROM golang:1.22.6-alpine RUN apk update RUN apk add openssl ca-certificates git RUN mkdir -p /go/src/influx-api