From 1427c57d9f67725a969f7ddd739e28afaab3e60b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Dec 2024 05:05:49 +0000 Subject: [PATCH] fix: contrib/devtools/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 --- contrib/devtools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/devtools/Dockerfile b/contrib/devtools/Dockerfile index 1959385c89a0..33b50187ab74 100644 --- a/contrib/devtools/Dockerfile +++ b/contrib/devtools/Dockerfile @@ -3,7 +3,7 @@ # docker run --rm -v $(pwd):/workspace --workdir /workspace cosmossdk-proto sh ./scripts/protocgen.sh FROM bufbuild/buf:1.24.0 as BUILDER -FROM golang:1.21-alpine +FROM golang:1.24rc1-alpine RUN apk add --no-cache \ nodejs \