diff --git a/staticnode/Dockerfile b/staticnode/Dockerfile index 4e4c4a10..4ccc6f72 100644 --- a/staticnode/Dockerfile +++ b/staticnode/Dockerfile @@ -18,7 +18,7 @@ RUN tar -zxvf node-$VERSION.tar.gz # Apply https://github.com/abseil/abseil-cpp/pull/1918 # Needed to build on ppc64le COPY frequency-musl-ppc64le.patch /tmp/ -RUN if [ "$VERSION" = "v24.5.0" ]; then \ +RUN if [ "$VERSION" = "v24.14.1" ]; then \ cd node-$VERSION && \ patch -p1 < /tmp/frequency-musl-ppc64le.patch; \ fi diff --git a/staticnode/node-versions.json b/staticnode/node-versions.json index 4dcbdb70..36b5806a 100644 --- a/staticnode/node-versions.json +++ b/staticnode/node-versions.json @@ -4,7 +4,7 @@ "sha256sum": "cc363c0a90fe5025939175c1c29ab67235f36ebe4b5d78506634da27a73eef5d" }, { - "version": "v24.5.0", - "sha256sum": "27a05a6925c1d9f023856513c93e4b4d34344fe95e19e0204d182f903fb120dc" + "version": "v24.14.1", + "sha256sum": "8298cf1f5774093ca819f41b8dd392fd2cff058688b4d5c8805026352e2d31b3" } ]