Merge pull request #9 from linuxserver/jre17

Bump JRE to 17
This commit is contained in:
aptalca 2024-07-01 17:35:31 -04:00 committed by GitHub
commit 3060b9dfd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ RUN \
git \
ip6tables \
iptables \
openjdk11-jre \
openjdk17-jre \
openssh-client \
openssh-server-pam \
openssh-sftp-server \

View File

@ -21,7 +21,7 @@ RUN \
git \
ip6tables \
iptables \
openjdk11-jre \
openjdk17-jre \
openssh-client \
openssh-server-pam \
openssh-sftp-server \

View File

@ -33,6 +33,7 @@ full_custom_readme: |
For x86_64 machines, run `docker run --rm --privileged multiarch/qemu-user-static --reset -p yes` on the host to enable qemu before bringing any build agent containers up.
- { date: "01.07.24:", desc: "Update JRE to 17." }
- { date: "16.01.24:", desc: "Add yq." }
- { date: "30.04.23:", desc: "Initial Release." }
{%- endraw %}