Skip to content

Commit

Permalink
update pupeth to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep sidhu committed Sep 27, 2021
1 parent c3f4b0b commit 7d543fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/puppeth/module_explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FROM sidhujag/syscoin-core:latest as syscoin-alpine
FROM sidhujag/blockscout:latest
ENV SYSCOIN_DATA=/home/syscoin/.syscoin
ENV SYSCOIN_VERSION=4.3.0rc1
ENV SYSCOIN_VERSION=4.3.0rc2
ENV SYSCOIN_PREFIX=/opt/syscoin-${SYSCOIN_VERSION}
ARG COINSYMBOL={{.Coin}}
ARG COINGECKO_COIN_ID={{.CoingeckoID}}
Expand Down
2 changes: 1 addition & 1 deletion cmd/puppeth/module_faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM sidhujag/syscoin-core:latest as syscoin-alpine
FROM alpine:3.14
ENV SYSCOIN_DATA=/home/syscoin/.syscoin
ENV SYSCOIN_VERSION=4.3.0rc1
ENV SYSCOIN_VERSION=4.3.0rc2
ENV SYSCOIN_PREFIX=/opt/syscoin-${SYSCOIN_VERSION}
COPY --from=syscoin-alpine ${SYSCOIN_DATA}/* ${SYSCOIN_DATA}/
Expand Down
2 changes: 1 addition & 1 deletion cmd/puppeth/module_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ADD genesis.json /genesis.json
ADD signer.pass /signer.pass
{{end}}
ENV SYSCOIN_DATA=/home/syscoin/.syscoin
ENV SYSCOIN_VERSION=4.3.0rc1
ENV SYSCOIN_VERSION=4.3.0rc2
ENV SYSCOIN_PREFIX=/opt/syscoin-${SYSCOIN_VERSION}
COPY --from=syscoin-alpine ${SYSCOIN_DATA}/* ${SYSCOIN_DATA}/
Expand Down

0 comments on commit 7d543fb

Please sign in to comment.