File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
ARG VERSION=dev
2
- FROM jumpserver/web-static:20241220_022347 AS static
2
+ FROM jumpserver/web-static:20241220_063503 AS static
3
3
FROM jumpserver/web:${VERSION}-ce
4
4
5
5
COPY --from=static /opt/ /opt/
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER
34
34
wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION} /JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION} .exe
35
35
wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION} p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION} .msi
36
36
37
- clients=(" win-${CLIENT_VERSION} -x64.exe" " mac-${CLIENT_VERSION} -x64.dmg" " mac-${CLIENT_VERSION} -arm64.dmg"
37
+ clients=(" win-${CLIENT_VERSION} -x64.exe" " win- ${CLIENT_VERSION} -x64.msi " " mac-${CLIENT_VERSION} -x64.dmg" " mac-${CLIENT_VERSION} -arm64.dmg"
38
38
" linux-${CLIENT_VERSION} -amd64.deb" " linux-${CLIENT_VERSION} -arm64.deb" )
39
39
for client in " ${clients[@]} " ; do
40
40
wget " https://github.com/jumpserver/clients/releases/download/${CLIENT_VERSION} /JumpServer-Client-Installer-${client} "
Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ MONGOSH_VERSION=2.2.12
12
12
TINKER_VERSION=v0.2.0
13
13
VIDEO_PLAYER_VERSION=0.2.0
14
14
CLIENT_VERSION=v3.0.0
15
-
You can’t perform that action at this time.
0 commit comments