add Java 17 LTS image to Minecraft eggs (#3744)

* feat: add Java 17 LTS for Minecraft

* feat: add java 17 option to java modal
This commit is contained in:
Alex 2021-11-15 18:15:27 +02:00 committed by GitHub
parent 17c03e9a4d
commit 01871d8a6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 10 deletions

View file

@ -13,6 +13,7 @@ const dockerImageList = [
{ name: 'Java 8', image: 'ghcr.io/pterodactyl/yolks:java_8' },
{ name: 'Java 11', image: 'ghcr.io/pterodactyl/yolks:java_11' },
{ name: 'Java 16', image: 'ghcr.io/pterodactyl/yolks:java_16' },
{ name: 'Java 17', image: 'ghcr.io/pterodactyl/yolks:java_17' },
];
const JavaVersionModalFeature = () => {