diff --git a/starship/docker/faucet/cosmjs-faucet/Dockerfile b/starship/docker/faucet/cosmjs-faucet/Dockerfile index c20320f5..b476c2c0 100644 --- a/starship/docker/faucet/cosmjs-faucet/Dockerfile +++ b/starship/docker/faucet/cosmjs-faucet/Dockerfile @@ -18,7 +18,7 @@ RUN rm -rf cosmjs.tar.gz RUN apk add --update --no-cache alpine-sdk linux-headers build-base gcc libusb-dev python3 py3-pip eudev-dev nodejs yarn RUN ln -sf python3 /usr/bin/python -RUN yarn cache clean --all && rm yarn.lock && yarn install --network-timeout 100000 +RUN yarn cache clean --all && rm yarn.lock && yarn && yarn install --network-timeout 100000 RUN yarn run build RUN (cd packages/faucet && SKIP_BUILD=1 yarn pack-node) diff --git a/starship/docker/faucet/cosmjs-faucet/versions.yaml b/starship/docker/faucet/cosmjs-faucet/versions.yaml index 49bf98ff..507b154e 100644 --- a/starship/docker/faucet/cosmjs-faucet/versions.yaml +++ b/starship/docker/faucet/cosmjs-faucet/versions.yaml @@ -1,5 +1,11 @@ base: node:16-alpine versions: + - v0.32.3 + - v0.32.2 + - v0.32.1 + - v0.32.0 + - v0.31.3 + - v0.31.2 - v0.31.1 - v0.31.0 - v0.30.1