From a884dbeefe185798529d1ad7f5932b7cd471c5c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 04:48:11 +0000 Subject: [PATCH] fix: scripts/go-builder-image/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1246341 - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1075741 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1089244 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-587954 --- scripts/go-builder-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/go-builder-image/Dockerfile b/scripts/go-builder-image/Dockerfile index b79cf7ee06..6cba48aa62 100644 --- a/scripts/go-builder-image/Dockerfile +++ b/scripts/go-builder-image/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11-alpine +FROM golang:1.20.11-alpine RUN apk add gcc bash libc-dev git