From aa476c3f8544b62553b77c40fe8a42ebdb0bd4b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 22:26:28 +0000 Subject: [PATCH] fix: integration.dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 --- integration.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration.dockerfile b/integration.dockerfile index 6639e0e3..1eaa5950 100644 --- a/integration.dockerfile +++ b/integration.dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.10 as builder +FROM golang:1.22.9 as builder WORKDIR /workspace # Copy the Go Modules manifests