Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit dea00fb

Browse files
authored
Merge pull request #171 from linuxserver/jre11
2 parents fa758d1 + c30b6ff commit dea00fb

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Comment on invalid interaction
2+
on:
3+
issues:
4+
types:
5+
- labeled
6+
jobs:
7+
add-comment-on-invalid:
8+
if: github.event.label.name == 'invalid'
9+
permissions:
10+
issues: write
11+
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
12+
secrets: inherit

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN \
2020
libcap2 \
2121
logrotate \
2222
mongodb-server \
23-
openjdk-8-jre-headless \
23+
openjdk-11-jre-headless \
2424
wget && \
2525
echo "**** install unifi ****" && \
2626
if [ -z ${UNIFI_VERSION+x} ]; then \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN \
2020
libcap2 \
2121
logrotate \
2222
mongodb-server \
23-
openjdk-8-jre-headless \
23+
openjdk-11-jre-headless \
2424
wget && \
2525
echo "**** install unifi ****" && \
2626
if [ -z ${UNIFI_VERSION+x} ]; then \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
264264

265265
## Versions
266266

267+
* **30.11.22:** - Bump JRE to 11.
267268
* **01.06.22:** - Deprecate armhf.
268269
* **23.12.21:** - Move min/max memory config from run to system.properties.
269270
* **22.12.21:** - Move deb package install to first init to avoid overlayfs performance issues.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ app_setup_block: |
6666
6767
# changelog
6868
changelogs:
69+
- { date: "30.11.22:", desc: "Bump JRE to 11."}
6970
- { date: "01.06.22:", desc: "Deprecate armhf."}
7071
- { date: "23.12.21:", desc: "Move min/max memory config from run to system.properties."}
7172
- { date: "22.12.21:", desc: "Move deb package install to first init to avoid overlayfs performance issues."}

0 commit comments

Comments
 (0)