From bf99935c0f97d9901da910890fbf8dd89dcadd6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 09:42:16 +0000 Subject: [PATCH] fix: venona/build/Dockerfile.tester to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174128 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174128 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174129 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174129 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174130 --- venona/build/Dockerfile.tester | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venona/build/Dockerfile.tester b/venona/build/Dockerfile.tester index 72fd324d..6b61034d 100644 --- a/venona/build/Dockerfile.tester +++ b/venona/build/Dockerfile.tester @@ -1,5 +1,5 @@ # quay.io/codefresh/venona-tester -FROM golang:1.23-alpine3.21 +FROM golang:1.25.3-alpine3.21 RUN apk -U add --no-cache ca-certificates git make gcc g++ bash && update-ca-certificates RUN go install github.com/client9/misspell/cmd/misspell@v0.3.4 && \