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