From 4a86357523853dcd157604871c4d54cc9e023274 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 15 Jan 2025 15:25:43 -0800 Subject: [PATCH] Bump version of z2jh we build for --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 578fa81..3ba256d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # When you upgrade this version, update the tag in `.github/workflows/docker-build.yaml` # as well. -ARG Z2JH_VERSION=3.2.1 +ARG Z2JH_VERSION=4.0.0 # We need node to build the package, but not to run it # Use the same base image but with nodejs installed as the builder,