From 22f390f5ceaa7a7876909ee058e5ee7e355283d0 Mon Sep 17 00:00:00 2001 From: Patrick List Date: Tue, 25 Aug 2020 08:58:03 +0200 Subject: [PATCH] Update alpine container --- .../java/technic/the-1-12-2-pack/egg-the1-12-2-pack.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minecraft/java/technic/the-1-12-2-pack/egg-the1-12-2-pack.json b/minecraft/java/technic/the-1-12-2-pack/egg-the1-12-2-pack.json index 8a2e5f3c..fb7f6758 100644 --- a/minecraft/java/technic/the-1-12-2-pack/egg-the1-12-2-pack.json +++ b/minecraft/java/technic/the-1-12-2-pack/egg-the1-12-2-pack.json @@ -18,7 +18,7 @@ "scripts": { "installation": { "script": "#!\/bin\/ash\r\n# Forge 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\ncurl -sS http:\/\/solder.endermedia.com\/repository\/downloads\/the-1122-pack\/the-1122-pack_$MODPACK_VERSION.zip -o the-1122-pack_$MODPACK_VERSION.zip\r\n\r\nunzip the-1122-pack_$MODPACK_VERSION.zip\r\n\r\nrm -rf the-1122-pack_$MODPACK_VERSION.zip", - "container": "alpine:3.9", + "container": "alpine:3.12", "entrypoint": "ash" } }, @@ -33,4 +33,4 @@ "rules": "required|string|max:20" } ] -} \ No newline at end of file +}