From 6883fd35cf077bd7643dd90ec3a1669e88fb1ad6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jun 2022 04:25:21 +0000 Subject: [PATCH] fix: snyk-container-helm/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2440609 - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2440609 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 --- snyk-container-helm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snyk-container-helm/Dockerfile b/snyk-container-helm/Dockerfile index 51f1414..3ae38d9 100644 --- a/snyk-container-helm/Dockerfile +++ b/snyk-container-helm/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14-alpine +FROM golang:1.17.10-alpine RUN apk --no-cache add py3-pip make git zip