mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
Dockerfile: revert golang version update
This commit is contained in:
parent
10ed86b482
commit
fd0e272608
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
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