use same base image as plugeth

This commit is contained in:
Roy Crihfield 2024-06-26 22:20:15 +08:00
parent 1abc94b1bd
commit 3d9a39bb1a

View File

@ -1,6 +1,6 @@
# 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
FROM golang:1.21-alpine as builder
RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git