-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* perf: versions * perf: Update web static version --------- Co-authored-by: feng <1304903146@qq.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d809f01
commit fddfe97
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG VERSION=dev | ||
FROM jumpserver/web-static:20250114_023002 AS static | ||
FROM jumpserver/web-static:20250114_043538 AS static | ||
FROM jumpserver/web:${VERSION}-ce | ||
|
||
COPY --from=static /opt/ /opt/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ MONGOSH_VERSION=2.2.12 | |
TINKER_VERSION=v0.2.0 | ||
VIDEO_PLAYER_VERSION=0.2.0 | ||
CLIENT_VERSION=v3.0.1 | ||
|