Skip to content

Commit dbd5319

Browse files
authored
Merge pull request #309 from jumpserver/dev
v4.10.14
2 parents c68688c + 8752f82 commit dbd5319

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile-ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG VERSION=dev
2-
FROM jumpserver/web-static:20251120_103310 AS static
2+
FROM jumpserver/web-static:20251218_093045 AS static
33
FROM jumpserver/web:${VERSION}-ce
44

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

default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ server {
4747
}
4848

4949
location @redirect_oss {
50-
rewrite ^/download/(.*)$ http://static.jumpserver.org/download/$1 permanent;
50+
rewrite ^/download/(.*)$ https://static.jumpserver.org/download/$1 permanent;
5151
}
5252

5353
location / {

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ OPENSSH_VERSION=v9.4.0.0
1111
MONGOSH_VERSION=2.2.12
1212
TINKER_VERSION=v0.2.2
1313
VIDEO_PLAYER_VERSION=0.6.0
14-
CLIENT_VERSION=4.0.0
14+
CLIENT_VERSION=4.1.0

0 commit comments

Comments
 (0)