Merge pull request #11221 from filecoin-project/ci/go1.20

fix: dockerfile: Bump to Go 1.20.7 image
This commit is contained in:
Aayush Rajasekaran 2023-08-29 14:24:05 -04:00 committed by GitHub
commit 9d9de747a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#####################################
FROM golang:1.19.12-bullseye AS lotus-builder
FROM golang:1.20.7-bullseye AS lotus-builder
MAINTAINER Lotus Development Team
RUN apt-get update && apt-get install -y ca-certificates build-essential clang ocl-icd-opencl-dev ocl-icd-libopencl1 jq libhwloc-dev