Skip to content

Commit

Permalink
feat(localnet): Bump Nexus to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Jan 21, 2025
1 parent e70f51f commit f663c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/emerald-localnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cd oasis-web3-gateway && make && strip -S -x oasis-web3-gateway

FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-24.2.x AS oasis-core-dev

ARG NEXUS_VERSION=0.5.1
ARG NEXUS_VERSION=0.5.3
RUN wget https://github.com/oasisprotocol/nexus/releases/download/v${NEXUS_VERSION}/oasis_nexus_${NEXUS_VERSION}_linux_amd64.tar.gz \
&& tar -zxvf oasis_nexus_${NEXUS_VERSION}_linux_amd64.tar.gz \
&& strip -S -x /oasis_nexus_${NEXUS_VERSION}_linux_amd64/nexus \
Expand Down
4 changes: 2 additions & 2 deletions docker/sapphire-localnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PARATIME_VERSION=0.9.0-testnet
ARG PARATIME_VERSION=0.9.1-testnet
ARG PARATIME_NAME=sapphire

FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-24.3.x AS oasis-core-dev
Expand All @@ -20,7 +20,7 @@ ARG OASIS_WEB3_GATEWAY_BRANCH=v5.2.0-rc1
#ARG OASIS_WEB3_GATEWAY_VERSION=main
#ARG OASIS_SAPPHIRE_PARATIME_BRANCH=main

ARG NEXUS_VERSION=0.5.1
ARG NEXUS_VERSION=0.5.3
#ARG NEXUS_BRANCH=main

ARG EXPLORER_BRANCH=v1.15.1
Expand Down

0 comments on commit f663c80

Please sign in to comment.