From e271849e10ea784511356f5feb4afcaf8bb4d302 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 02:20:35 +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-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- 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 87c2d8f9bc..2e7119b53e 100644 --- a/tool/actions-gh-release/Dockerfile +++ b/tool/actions-gh-release/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-alpine3.20 +FROM golang:alpine3.20 RUN apk update && apk add git