perf: 使用 docker.io 仓库

pull/10094/head
吴小白 2023-03-29 10:03:14 +08:00
parent 8d3319717e
commit 5b017daba1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG VERSION
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} as build-xpack
FROM ghcr.io/jumpserver/core:${VERSION}
FROM jumpserver/core:${VERSION}
COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack
WORKDIR /opt/jumpserver