mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix on golang image dockerfile
This commit is contained in:
parent
1bf49e2de0
commit
af4a29d20a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# Build Geth in a stock Go builder container
|
||||
FROM golang:1.23-alpine as builder
|
||||
FROM golang:latest
|
||||
|
||||
ARG BOR_DIR=/var/lib/bor
|
||||
ENV BOR_DIR=$BOR_DIR
|
||||
|
|
|
|||
Loading…
Reference in a new issue