From 30abe9c06f207bbbdbd52855a56e185dda018365 Mon Sep 17 00:00:00 2001 From: Sir3lit Date: Tue, 5 Feb 2019 15:15:46 -0500 Subject: [PATCH] Update to latest Alpine --- xonotic/xonotic/egg-xonotic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonotic/xonotic/egg-xonotic.json b/xonotic/xonotic/egg-xonotic.json index 82892145..4fa357c9 100644 --- a/xonotic/xonotic/egg-xonotic.json +++ b/xonotic/xonotic/egg-xonotic.json @@ -18,7 +18,7 @@ "scripts": { "installation": { "script": "#!\/bin\/ash\r\n# Vanilla Xonotic Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk add rsync --no-cache\r\n\r\ncd \/mnt\/server\r\n\r\nwget http:\/\/dl.xonotic.org\/xonotic-0.8.2.zip\r\n\r\nunzip xonotic-0.8.2.zip\r\n\r\nmv Xonotic\/* .\/\r\n\r\n.\/misc\/tools\/rsync-updater\/update-to-autobuild.sh\r\n\r\nrm -rf COPYING Makefile *glx* *glx *sdl* *sdl *linux32* *exe *.app *.sh bin* GPL* Docs\/ gmqcc\/ source\/ misc\/ Xonotic\/ xonotic-0.8.2.zip", - "container": "alpine:3.7", + "container": "alpine:3.9", "entrypoint": "ash" } },