From cd736f5f944ea88ab17ba1b915315acda4b2e025 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 04:51:17 +0000 Subject: [PATCH] fix: integration.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 --- integration.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration.dockerfile b/integration.dockerfile index 6639e0e3..ea5aaa1e 100644 --- a/integration.dockerfile +++ b/integration.dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.10 as builder +FROM golang:1.23rc2 as builder WORKDIR /workspace # Copy the Go Modules manifests