cmd/puppeth: switch over to upstream alltools docker image

release/1.8
Péter Szilágyi 7 years ago
parent 327dcd3622
commit 7f40ae7876
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 2
      cmd/puppeth/module_faucet.go

@ -33,7 +33,7 @@ import (
// faucetDockerfile is the Dockerfile required to build an faucet container to // faucetDockerfile is the Dockerfile required to build an faucet container to
// grant crypto tokens based on GitHub authentications. // grant crypto tokens based on GitHub authentications.
var faucetDockerfile = ` var faucetDockerfile = `
FROM puppeth/faucet:latest FROM ethereum/client-go:alltools-latest
ADD genesis.json /genesis.json ADD genesis.json /genesis.json
ADD account.json /account.json ADD account.json /account.json

Loading…
Cancel
Save