Changed docker image to use java 16

This commit is contained in:
SebiAi 2022-02-18 15:18:34 +01:00
parent e3be1b03a6
commit ffdba65340

View File

@ -9,7 +9,7 @@
"description": "A Discord music bot that's easy to set up and run yourself!", "description": "A Discord music bot that's easy to set up and run yourself!",
"features": null, "features": null,
"images": [ "images": [
"ghcr.io\/parkervcp\/yolks:java_8" "ghcr.io\/pterodactyl\/yolks:java_16"
], ],
"file_denylist": [], "file_denylist": [],
"startup": "java -Dnogui=true -jar JMusicBot.jar", "startup": "java -Dnogui=true -jar JMusicBot.jar",