Skip to content

Commit 9106fe6

Browse files
authored
chore: use v26 as reference for upgrade test (#3454)
1 parent 6e8bc01 commit 9106fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ ifdef UPGRADE_TEST_FROM_SOURCE
327327
zetanode-upgrade: e2e-images
328328
@echo "Building zetanode-upgrade from source"
329329
$(DOCKER) build -t zetanode:old -f Dockerfile-localnet --target old-runtime-source \
330-
--build-arg OLD_VERSION='release/v25' \
330+
--build-arg OLD_VERSION='release/v26' \
331331
--build-arg NODE_VERSION=$(NODE_VERSION) \
332332
--build-arg NODE_COMMIT=$(NODE_COMMIT)
333333
.
@@ -336,7 +336,7 @@ else
336336
zetanode-upgrade: e2e-images
337337
@echo "Building zetanode-upgrade from binaries"
338338
$(DOCKER) build -t zetanode:old -f Dockerfile-localnet --target old-runtime \
339-
--build-arg OLD_VERSION='https://github.com/zeta-chain/node/releases/download/v25.0.0' \
339+
--build-arg OLD_VERSION='https://github.com/zeta-chain/node/releases/download/v26.0.0' \
340340
--build-arg NODE_VERSION=$(NODE_VERSION) \
341341
--build-arg NODE_COMMIT=$(NODE_COMMIT) \
342342
.

0 commit comments

Comments
 (0)