bump go in dockerfile
Some checks failed
Test / Run integration tests (pull_request) Failing after 6m17s
Test / Run compliance tests (pull_request) Failing after 1m32s
Test / Run unit tests (pull_request) Failing after 11m26s

This commit is contained in:
Roy Crihfield 2024-03-18 22:26:15 +08:00
parent 7099e4a0c2
commit c9ade8e13d

View File

@ -1,5 +1,6 @@
# Using the same base golang image as plugeth
FROM golang:1.20-alpine3.18 as builder
# Using image with same alpine as plugeth,
# but go 1.21 to evade https://github.com/Consensys/gnark-crypto/issues/468
FROM golang:1.21-alpine3.18 as builder
RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git