diff --git a/Dockerfile-ee b/Dockerfile-ee index 64fa58e..db4f5b8 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -1,5 +1,5 @@ ARG VERSION=dev -FROM jumpserver/web-static:20260920_060938 AS static +FROM jumpserver/web-static:20260921_083416 AS static FROM jumpserver/web:${VERSION}-ce COPY --from=static /opt/ /opt/ diff --git a/static.sh b/static.sh index d87b2e1..b132f07 100755 --- a/static.sh +++ b/static.sh @@ -25,8 +25,7 @@ DOWNLOAD_DIR=/opt/download mkdir -p ${DOWNLOAD_DIR}/applets cd ${DOWNLOAD_DIR}/applets || exit 1 wget -O jumpserver-tinker-python-${PYTHON_VERSION}-win64.zip https://github.com/jumpserver-dev/Python-Embed-Win64/releases/download/${PYTHON_VERSION}/jumpserver-tinker-python-${PYTHON_VERSION}-package-win64.zip -wget ${DOWNLOAD_URL}/public/dbeaver-ce-${DBEAVER_VERSION}-x86_64-setup.exe -wget ${DOWNLOAD_URL}/public/dbeaver-patch-${DBEAVER_VERSION}-x86_64-setup.msi +wget ${DOWNLOAD_URL}/download/applets/DBX-${DBX_VERSION}-windows-x64.zip wget ${DOWNLOAD_URL}/public/Tinker_Installer_${TINKER_VERSION}.exe mkdir -p ${DOWNLOAD_DIR}/public diff --git a/versions.txt b/versions.txt index 64c1398..e73a291 100644 --- a/versions.txt +++ b/versions.txt @@ -3,7 +3,7 @@ # 2. https://github.com/jumpserver/jumpserver/blob/dev/apps/terminal/automations/deploy_applet_host/playbook.yml#L18 PLAY_VERSION=1.1.0-1 PYTHON_VERSION=3.11.11 -DBEAVER_VERSION=22.3.4 +DBX_VERSION=0.6.17-agents-0.2.114 MRD_VERSION=10.6.7 OPENSSH_VERSION=v9.4.0.0 MONGOSH_VERSION=2.2.12