dockerfile: explicit alpine version

This commit is contained in:
Roy Crihfield 2023-07-12 17:53:46 +08:00
parent 628948d110
commit 1d11a9ee3c

View File

@ -1,5 +1,5 @@
# Using the same base golang image as geth
FROM golang:1.20-alpine as builder
# Using the same base golang image as plugeth
FROM golang:1.20-alpine3.18 as builder
RUN apk add --no-cache gcc musl-dev binutils-gold linux-headers git