From 6cd6721baa8dad50e0aed7ca446532eecfb7202f Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 16 Aug 2021 15:03:53 +0100 Subject: [PATCH] refactor(pterodactyl): bump image version Co-authored-by: @donzee529 --- pterodactyl.egg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactyl.egg.json b/pterodactyl.egg.json index 9b60098..07c4b7f 100644 --- a/pterodactyl.egg.json +++ b/pterodactyl.egg.json @@ -10,7 +10,7 @@ "description": "https:\/\/discordtickets.app", "features": null, "images": [ - "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-14" + "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-16" ], "file_denylist": [], "startup": "if [[ ! -z ${VERSION} ]]; then\r\n echo -e \\\"Using version ${VERSION}\\\";\r\nelse\r\n echo -e \\\"Please set the VERSION variable \\(e.g. v3.0.0\\)\\\";\r\n exit 0;\r\nfi;\r\n\r\nif [[ -d .git ]]; then\r\n git fetch --all --tags;\r\n git checkout tags\/${VERSION};\r\nfi;\r\n\r\nif [[ ! -z ${PLUGINS} ]]; then\r\n \/usr\/local\/bin\/npm install ${PLUGINS};\r\nfi;\r\n\r\nif [ -f \/home\/container\/package.json ]; then\r\n \/usr\/local\/bin\/npm install --production;\r\nfi;\r\n\r\n\/usr\/local\/bin\/npm start",