From 1ae375c567eb29314ad7040f31584f894e02e5f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Oct 2023 15:42:10 +0000 Subject: [PATCH] fix: Dockerfile.riscv to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-APR-3261105 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585150 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-5955037 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-5955037 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-5955037 --- Dockerfile.riscv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.riscv b/Dockerfile.riscv index 118ec69..fb571d1 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.20.10 # Clone and complie a riscv compatible version of the go compiler. RUN git clone https://review.gerrithub.io/riscv/riscv-go /riscv-go