From 8924740cfe6606e6fadb3613e32ce31111ce8bf6 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 17 Sep 2019 21:06:29 -0500 Subject: [PATCH] Bump mc-server-runner to 1.3.3 to allow for 386 builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14946d25..f5be3f2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf ARG RESTIFY_VER=1.1.6 ARG RCON_CLI_VER=1.4.6 -ARG MC_SERVER_RUNNER_VER=1.3.2 +ARG MC_SERVER_RUNNER_VER=1.3.3 ARG ARCH=amd64 ADD https://github.com/itzg/restify/releases/download/${RESTIFY_VER}/restify_${RESTIFY_VER}_linux_${ARCH}.tar.gz /tmp/restify.tgz