From cd07481c01dda23a4fc6b50c15eaa59d0132e4cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Apr 2026 09:25:58 +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-BUSYBOX-14091698 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091698 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091701 --- 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..31a64239f2 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.2-alpine3.22 RUN apk update && apk add git