Skip to content

Commit 67cf917

Browse files
authored
Merge pull request #268 from jumpserver/dev
Change version
2 parents 4fc1173 + 74f363b commit 67cf917

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Dockerfile-ee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG VERSION=dev
2-
FROM jumpserver/web-static:20241220_022347 AS static
2+
FROM jumpserver/web-static:20241220_063503 AS static
33
FROM jumpserver/web:${VERSION}-ce
44

55
COPY --from=static /opt/ /opt/

prepare.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER
3434
wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.exe
3535
wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION}p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION}.msi
3636

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"
3838
"linux-${CLIENT_VERSION}-amd64.deb" "linux-${CLIENT_VERSION}-arm64.deb")
3939
for client in "${clients[@]}"; do
4040
wget "https://github.com/jumpserver/clients/releases/download/${CLIENT_VERSION}/JumpServer-Client-Installer-${client}"

versions.txt

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ MONGOSH_VERSION=2.2.12
1212
TINKER_VERSION=v0.2.0
1313
VIDEO_PLAYER_VERSION=0.2.0
1414
CLIENT_VERSION=v3.0.0
15-

0 commit comments

Comments
 (0)