From 463f867c2a6b0dd929761599a02247d7faca4f52 Mon Sep 17 00:00:00 2001 From: Sir3lit Date: Tue, 5 Feb 2019 15:12:25 -0500 Subject: [PATCH] Update to latest Alpine --- minecraft_java/spigot/taco-spigot/egg-taco-spigot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft_java/spigot/taco-spigot/egg-taco-spigot.json b/minecraft_java/spigot/taco-spigot/egg-taco-spigot.json index 1b226a51..aff41987 100644 --- a/minecraft_java/spigot/taco-spigot/egg-taco-spigot.json +++ b/minecraft_java/spigot/taco-spigot/egg-taco-spigot.json @@ -18,7 +18,7 @@ "scripts": { "installation": { "script": "#!\/bin\/ash\r\n# Taco Spigot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\nif [ -z \"${DL_VERSION}\" ] || [ \"${DL_VERSION}\" == \"latest\" ]; then\r\n DL_VERSION=\"lastSuccessfulBuild\"\r\nfi\r\n\r\ncurl -o ${SERVER_JARFILE} https:\/\/ci.techcable.net\/job\/TacoSpigot\/${DL_VERSION}\/artifact\/build\/TacoSpigot.jar", - "container": "alpine:3.4", + "container": "alpine:3.9", "entrypoint": "ash" } },