Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(localnet): Bump Nexus to 0.5.3 #683

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading