perf: change docker file

pull/14006/head
ibuler 2024-08-20 13:59:49 +08:00
parent fb907e250c
commit 5ac9fb81dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG VERSION
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} AS build-xpack
FROM jumpserver/core-ce:${VERSION}
FROM jumpserver/core:${VERSION}-ce
COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack