From 932fda6430801f7ca12cdd1ce8368e2c0b990544 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 06:05:02 +0000 Subject: [PATCH] fix: test.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 --- test.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.Dockerfile b/test.Dockerfile index f4a2abc8..c9aae200 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.11 as builder +FROM golang:1.21.12 as builder WORKDIR /workspace # Copy the Go Modules manifests