From fc71d044dff76890c553bb39a93993afa7686de1 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Thu, 16 May 2019 11:18:59 +0200 Subject: [PATCH 1/2] updated to latest version --- .s2i/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.s2i/environment b/.s2i/environment index d2b1933..b394827 100644 --- a/.s2i/environment +++ b/.s2i/environment @@ -2,7 +2,7 @@ JAVA_APP_DIR=/deployments/ # TODO https://github.com/fabric8io-images/s2i/issues/123 and then: # JAVA_APP_JAR=spongevanilla*.jar -JAVA_APP_JAR=spongevanilla-1.12.2-7.1.0-BETA-33.jar +JAVA_APP_JAR=spongevanilla-1.12.2-7.1.5.jar JAVA_ARGS=--universe /deployments/persistent/universe/ From d8d7de142fea1d35d0c0d7ffc3b64f3b406e0d25 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Thu, 16 May 2019 11:22:13 +0200 Subject: [PATCH 2/2] update version --- .s2i/bin/assemble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.s2i/bin/assemble b/.s2i/bin/assemble index aee804a..6cae1cd 100644 --- a/.s2i/bin/assemble +++ b/.s2i/bin/assemble @@ -9,7 +9,7 @@ cp -vR /tmp/src/src/* /deployments/ # Download Minecraft & Sponge JARs MINECRAFT_VERSION=1.12.2 -SPONGEVANILLA_VERSION=$MINECRAFT_VERSION-7.1.0-BETA-33 +SPONGEVANILLA_VERSION=$MINECRAFT_VERSION-7.1.5 # must cd into a writeable directory for curl to work, because it seems to write something into current directory, even with another given output dir # see https://github.com/OASIS-learn-study/s2i-minecraft-server/issues/7