Merge pull request #10094 from jumpserver/pr@dev@perf_dockerfile

perf: 使用 docker.io 仓库
pull/10097/head
老广 2023-03-29 10:06:42 +08:00 committed by GitHub
commit f214b47306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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