mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
fix go image
This commit is contained in:
parent
78f1dfd7d8
commit
12a1050704
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:v1.19.1
|
||||
FROM golang:1.19.1
|
||||
|
||||
# The repo checkout is mounted to /source.
|
||||
WORKDIR /source
|
||||
|
|
|
|||
Loading…
Reference in a new issue