From e7149b6a5dcf9e79bd6bbcdbedb99d267aa689eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 01:23:29 +0000 Subject: [PATCH] fix: Dockerfile.riscv to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- Dockerfile.riscv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.riscv b/Dockerfile.riscv index 118ec69..af30d99 100644 --- a/Dockerfile.riscv +++ b/Dockerfile.riscv @@ -1,5 +1,5 @@ # NOTE: Using 1.18.2 as a base to build the RISCV compiler, the resulting version is based on go1.6. -FROM golang:1.18.2 +FROM golang:1.22.3 # Clone and complie a riscv compatible version of the go compiler. RUN git clone https://review.gerrithub.io/riscv/riscv-go /riscv-go