From 7f40ae7876988d3e5cf72e2715b71309edeaa822 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= <peterke@gmail.com>
Date: Mon, 13 Nov 2017 16:15:09 +0200
Subject: [PATCH] cmd/puppeth: switch over to upstream alltools docker image

---
 cmd/puppeth/module_faucet.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/puppeth/module_faucet.go b/cmd/puppeth/module_faucet.go
index 812c32d83..615aea34a 100644
--- a/cmd/puppeth/module_faucet.go
+++ b/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
-- 
GitLab