From 40a634f31362719ad2e89993ba077fe88f3c22b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Nov 2025 09:21:11 +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..4ded89bd 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.4-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 && \