From 8da6eb598b3c5a1ef2c6969e0edc08ede8236664 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 04:12:48 +0000 Subject: [PATCH] fix: test.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-5853785 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-5853785 --- test.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.Dockerfile b/test.Dockerfile index dcf82caf..f50602f9 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3 as builder +FROM golang:1.23rc1 as builder WORKDIR /workspace # Copy the Go Modules manifests