dockerfile: explicit alpine version
This commit is contained in:
parent
628948d110
commit
1d11a9ee3c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user