perf: set default version

pull/13920/head
fit2bot 2024-08-08 17:38:36 +08:00 committed by Bryan
parent 9adaa27f6c
commit 81146f44f7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG VERSION
ARG VERSION=dev
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} AS build-xpack
FROM jumpserver/core:${VERSION}-ce