Skip to content

Commit c88a195

Browse files
committed
Bump JRE to 25
1 parent d707aa6 commit c88a195

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN \
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 \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN \
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 \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ init_diagram: |
181181
"unifi-network-application:latest" <- Base Images
182182
# changelog
183183
changelogs:
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."}

0 commit comments

Comments
 (0)