From ea26573708cac2ac8f67542096ef7a828f768b5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Aug 2024 22:01:17 +0000 Subject: [PATCH] fix: test.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSH-7413682 - 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 dcf82caff..af1db0414 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3 as builder +FROM golang:1.23 as builder WORKDIR /workspace # Copy the Go Modules manifests