From 1ef929b683230119cb7ccbb0dd7c0a138de26095 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 04:09:48 +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-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120884 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120885 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120886 --- 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..aa17e7a04f 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.0-alpine3.22 RUN apk update && apk add git