ソースを参照

cmd/puppeth: switch over to upstream alltools docker image

Péter Szilágyi 8 年 前
コミット
7f40ae7876
1 ファイル変更1 行追加1 行削除
  1. 1 1
      cmd/puppeth/module_faucet.go

+ 1 - 1
cmd/puppeth/module_faucet.go

@@ -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