diff --git a/scripts/devnet/lotus.dockerfile b/scripts/devnet/lotus.dockerfile index 6f23ecdc6214..347f412b4445 100644 --- a/scripts/devnet/lotus.dockerfile +++ b/scripts/devnet/lotus.dockerfile @@ -1,5 +1,5 @@ # Lotus binaries image, to be used in the local devnet with Forest. -FROM golang:1.20-bullseye AS lotus-builder +FROM golang:1.21-bullseye AS lotus-builder RUN apt-get update && apt-get install -y ca-certificates build-essential clang ocl-icd-opencl-dev ocl-icd-libopencl1 jq libhwloc-dev