mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Bump mc-server-runner to 1.3.3 to allow for 386 builds
This commit is contained in:
parent
34d4ae0b59
commit
8924740cfe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue