File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM golang:1.25.0 AS oasis-web3-gateway
44COPY . /go/oasis-web3-gateway
55RUN cd oasis-web3-gateway && make && strip -S -x oasis-web3-gateway
66
7- FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.2 .x AS oasis-core-dev
7+ FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.5 .x AS oasis-core-dev
88
99ARG NEXUS_VERSION=0.6.13
1010RUN wget https://github.com/oasisprotocol/nexus/releases/download/v${NEXUS_VERSION}/oasis_nexus_${NEXUS_VERSION}_linux_amd64.tar.gz \
@@ -46,7 +46,7 @@ RUN git clone ${EXPLORER_REPO} explorer --depth 1 \
4646
4747
4848# Build emerald-localnet
49- FROM postgres:16-bookworm
49+ FROM docker.io/ postgres:16-bookworm
5050RUN apt update && apt install -y bash libseccomp2 unzip jq binutils curl wget nginx && apt clean \
5151 && su -c "POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres /usr/local/bin/docker-entrypoint.sh postgres &" postgres \
5252 # Explorer frontend deps.
@@ -63,8 +63,8 @@ RUN apt update && apt install -y bash libseccomp2 unzip jq binutils curl wget ng
6363 && rm -f /etc/apt/keyrings/envoy-keyring.gpg
6464
6565# Docker-specific variables
66- ENV OASIS_CORE_VERSION=25.3
67- ENV OASIS_CLI_VERSION=0.13.4
66+ ENV OASIS_CORE_VERSION=25.5
67+ ENV OASIS_CLI_VERSION=0.16.0
6868ENV PARATIME_VERSION=11.0.0-testnet
6969ENV PARATIME_NAME=emerald
7070ENV GATEWAY__CHAIN_ID=0xa514
Original file line number Diff line number Diff line change 11ARG PARATIME_VERSION=1.0.0-testnet
22ARG PARATIME_NAME=sapphire
33
4- FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.4 .x AS oasis-core-dev
4+ FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.5 .x AS oasis-core-dev
55
66ARG PARATIME_VERSION
77ARG PARATIME_NAME
@@ -11,10 +11,10 @@ ARG PARATIME_NAME
1111# variant.
1212# Note that the simple keymanager is always freshly built because we need to
1313# specify different build options from what is in the release version.
14- ARG OASIS_CORE_SIMPLE_KM_BRANCH=stable/25.4 .x
15- ARG OASIS_CORE_VERSION=25.4
14+ ARG OASIS_CORE_SIMPLE_KM_BRANCH=stable/25.5 .x
15+ ARG OASIS_CORE_VERSION=25.5
1616# ARG OASIS_CORE_BRANCH=stable/24.3.x
17- ARG OASIS_CLI_VERSION=0.14.2
17+ ARG OASIS_CLI_VERSION=0.16.0
1818# ARG OASIS_CLI_BRANCH=master
1919ARG OASIS_WEB3_GATEWAY_BRANCH=v5.3.0
2020# ARG OASIS_WEB3_GATEWAY_VERSION=main
@@ -154,7 +154,7 @@ RUN set -e; \
154154
155155
156156# Build sapphire-localnet
157- FROM postgres:16-bookworm
157+ FROM docker.io/ postgres:16-bookworm
158158
159159# Docker-specific variables.
160160ARG PARATIME_VERSION
You can’t perform that action at this time.
0 commit comments