From 3d9a39bb1aadb2e10993b5e1014f99851cbcb3c0 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 26 Jun 2024 22:20:15 +0800 Subject: [PATCH] use same base image as plugeth --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 820d80e..b74f77d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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