diff --git a/Makefile b/Makefile index c7f916d163..7efc19b988 100644 --- a/Makefile +++ b/Makefile @@ -336,7 +336,7 @@ else zetanode-upgrade: e2e-images @echo "Building zetanode-upgrade from binaries" $(DOCKER) build -t zetanode:old -f Dockerfile-localnet --target old-runtime \ - --build-arg OLD_VERSION='https://github.com/zeta-chain/node/releases/download/v22.0.0' \ + --build-arg OLD_VERSION='https://github.com/zeta-chain/node/releases/download/v22.1.1' \ --build-arg NODE_VERSION=$(NODE_VERSION) \ --build-arg NODE_COMMIT=$(NODE_COMMIT) \ .