tolgee: bump required JDK from 21 to 25 (#17005)

This commit is contained in:
CanbiZ (MickLesk)
2026-09-05 05:03:57 +02:00
committed by GitHub
parent cfb0bfe4ac
commit d9c276c49c
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -37,6 +37,8 @@ function update_script() {
systemctl stop tolgee
msg_ok "Stopped Service"
JAVA_VERSION="25" setup_java
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "tolgee" "tolgee/tolgee-platform" "singlefile" "latest" "/opt/tolgee" "tolgee-*.jar"
find /opt/tolgee -maxdepth 1 -type f -name 'tolgee-*.jar' -exec mv {} /opt/tolgee/tolgee.jar \;
+1 -1
View File
@@ -13,7 +13,7 @@ setting_up_container
network_check
update_os
JAVA_VERSION="21" setup_java
JAVA_VERSION="25" setup_java
PG_VERSION="16" setup_postgresql
PG_DB_NAME="tolgee" PG_DB_USER="tolgee" setup_postgresql_db