Skip to content

Commit

Permalink
fix: docker: use correct golang 1.19.12 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Aug 9, 2023
1 parent 34104d0 commit aa55e41
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-buster AS lotus-builder
FROM golang:1.19.12-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 aa55e41

Please sign in to comment.