Commit 9106fe6 1 parent 6e8bc01 commit 9106fe6 Copy full SHA for 9106fe6
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ ifdef UPGRADE_TEST_FROM_SOURCE
327
327
zetanode-upgrade : e2e-images
328
328
@echo " Building zetanode-upgrade from source"
329
329
$(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 ' \
331
331
--build-arg NODE_VERSION=$(NODE_VERSION ) \
332
332
--build-arg NODE_COMMIT=$(NODE_COMMIT )
333
333
.
336
336
zetanode-upgrade : e2e-images
337
337
@echo " Building zetanode-upgrade from binaries"
338
338
$(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' \
340
340
--build-arg NODE_VERSION=$(NODE_VERSION ) \
341
341
--build-arg NODE_COMMIT=$(NODE_COMMIT ) \
342
342
.
You can’t perform that action at this time.
0 commit comments