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,