Skip to content

Commit

Permalink
update go version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed Nov 22, 2023
1 parent 8a42905 commit ce35422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ce35422

Please sign in to comment.