There was an error while loading. Please reload this page.
2 parents c68688c + 8752f82 commit dbd5319Copy full SHA for dbd5319
3 files changed
Dockerfile-ee
@@ -1,5 +1,5 @@
1
ARG VERSION=dev
2
-FROM jumpserver/web-static:20251120_103310 AS static
+FROM jumpserver/web-static:20251218_093045 AS static
3
FROM jumpserver/web:${VERSION}-ce
4
5
COPY --from=static /opt/ /opt/
default.conf
@@ -47,7 +47,7 @@ server {
47
}
48
49
location @redirect_oss {
50
- rewrite ^/download/(.*)$ http://static.jumpserver.org/download/$1 permanent;
+ rewrite ^/download/(.*)$ https://static.jumpserver.org/download/$1 permanent;
51
52
53
location / {
versions.txt
@@ -11,4 +11,4 @@ OPENSSH_VERSION=v9.4.0.0
11
MONGOSH_VERSION=2.2.12
12
TINKER_VERSION=v0.2.2
13
VIDEO_PLAYER_VERSION=0.6.0
14
-CLIENT_VERSION=4.0.0
+CLIENT_VERSION=4.1.0
0 commit comments