Skip to content

Commit 04e76ef

Browse files
committed
Update Octez binaries to v23.0-rc2
1 parent 59f6fa7 commit 04e76ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN wget "https://raw.githubusercontent.com/zcash/zcash/v5.6.0/zcutil/fetch-para
1111

1212
ARG TARGETPLATFORM
1313
ARG TAG
14-
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then EXEC_NAME="octez-node-arm64"; else EXEC_NAME="octez-node"; fi \
15-
&& wget "https://github.com/serokell/tezos-packaging/releases/download/$TAG/$EXEC_NAME" -O "octez-node" \
14+
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCH="arm64"; else ARCH="x86_64"; fi \
15+
&& wget "https://octez.tezos.com/releases/octez-$TAG/binaries/$ARCH/octez-node" -O "octez-node" \
1616
&& chmod +x octez-node \
1717
&& ln -s octez-node tezos-node
1818
#RUN ./tezos-node identity generate "0.0" --data-dir /tezos/sandbox

octez_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.0-1
1+
v23.0-rc2

0 commit comments

Comments
 (0)