Update faucet Dockerfile

This commit is contained in:
Ethan Frey 2020-02-21 17:24:16 +01:00
parent 2502ce5d38
commit 58194d1b32

View File

@ -5,7 +5,7 @@
# Coose from https://hub.docker.com/_/node/
FROM node:12.14.1-alpine
RUN yarn global add @cosmwasm/faucet@0.0.3
RUN yarn global add @cosmwasm/faucet@0.0.8
# Check it exists
RUN /usr/local/bin/cosmwasm-faucet version