From 9e4ef7f6efc9cbc5755776be8329f6ef41882dc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 May 2026 12:30:27 +0000 Subject: [PATCH] fix: tool/actions-gh-release/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993393 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993393 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993397 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993398 --- tool/actions-gh-release/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/actions-gh-release/Dockerfile b/tool/actions-gh-release/Dockerfile index e490f31521..eeba8c56af 100644 --- a/tool/actions-gh-release/Dockerfile +++ b/tool/actions-gh-release/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.2-alpine3.22 +FROM golang:1.26.3-alpine3.22 RUN apk update && apk add git