mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +00:00
cmd/puppeth: switch over to upstream alltools docker image
This commit is contained in:
parent
327dcd3622
commit
7f40ae7876
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ import (
|
|||
// faucetDockerfile is the Dockerfile required to build an faucet container to
|
||||
// grant crypto tokens based on GitHub authentications.
|
||||
var faucetDockerfile = `
|
||||
FROM puppeth/faucet:latest
|
||||
FROM ethereum/client-go:alltools-latest
|
||||
|
||||
ADD genesis.json /genesis.json
|
||||
ADD account.json /account.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue