mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-19 06:37:51 +00:00
feat: Update v2.28.18
This commit is contained in:
parent
31d2bdd3bb
commit
f81b8a3c33
4
Dockerfile-ee
Normal file
4
Dockerfile-ee
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ARG VERSION
|
||||||
|
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} as build-xpack
|
||||||
|
FROM jumpserver/core:${VERSION}
|
||||||
|
COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack
|
Loading…
Reference in New Issue
Block a user