diff --git a/Dockerfile-ee b/Dockerfile-ee index 2fbd4259d..dbe44a1a3 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -1,5 +1,5 @@ ARG VERSION -FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} as build-xpack -FROM registry.fit2cloud.com/jumpserver/core-ce:${VERSION} +FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} AS build-xpack +FROM jumpserver/core-ce:${VERSION} -COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack \ No newline at end of file +COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack