diff --git a/Dockerfile-ee b/Dockerfile-ee index 8edbc1447..4a2d1ae0a 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -1,4 +1,4 @@ -ARG VERSION +ARG VERSION=dev FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} AS build-xpack FROM jumpserver/core:${VERSION}-ce