From 8e4e02fce7674aec40dd60053bd621b4593a2b25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 06:12:04 +0000 Subject: [PATCH] fix: scripts/dockerfiles/Dockerfile.buildVPCCNIPlugins to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-NGHTTP2-5953379 --- scripts/dockerfiles/Dockerfile.buildVPCCNIPlugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dockerfiles/Dockerfile.buildVPCCNIPlugins b/scripts/dockerfiles/Dockerfile.buildVPCCNIPlugins index dc77b298400..98a88ad83b6 100644 --- a/scripts/dockerfiles/Dockerfile.buildVPCCNIPlugins +++ b/scripts/dockerfiles/Dockerfile.buildVPCCNIPlugins @@ -11,7 +11,7 @@ # express or implied. See the License for the specific language governing # permissions and limitations under the License. -FROM golang:1.20.8 +FROM golang:1.23.3 MAINTAINER Amazon Web Services, Inc. ARG GOARCH