File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 apt-get install --no-install-recommends -y \
1919 jsvc \
2020 logrotate \
21- openjdk-17 -jre-headless \
21+ openjdk-25 -jre-headless \
2222 unzip && \
2323 echo "**** install unifi ****" && \
2424 if [ -z ${UNIFI_VERSION+x} ]; then \
Original file line number Diff line number Diff line change 1818 apt-get install --no-install-recommends -y \
1919 jsvc \
2020 logrotate \
21- openjdk-17 -jre-headless \
21+ openjdk-25 -jre-headless \
2222 unzip && \
2323 echo "**** install unifi ****" && \
2424 if [ -z ${UNIFI_VERSION+x} ]; then \
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ init_diagram: |
181181 "unifi-network-application:latest" <- Base Images
182182# changelog
183183changelogs :
184+ - {date: "20.04.26:", desc: "Bump JRE to v25 to support v10.3+ of the application."}
184185 - {date: "20.10.25:", desc: "Switch to using FW API endpoint for version checks."}
185186 - {date: "08.05.25:", desc: "Update sample `init-mongo.sh` for compatibility with 9.1.120 (only affects new installs)."}
186187 - {date: "13.02.25:", desc: "Revert JRE to 17."}
You can’t perform that action at this time.
0 commit comments