Update restify, rcon-cli, and mc-server-runner

This commit is contained in:
Geoff Bourne 2019-05-05 10:11:29 -05:00
parent b48a13ed1d
commit 1f58f59335

View File

@ -30,9 +30,9 @@ EXPOSE 25565 25575
RUN echo 'hosts: files dns' > /etc/nsswitch.conf
ARG RESTIFY_VER=1.1.4
ARG RCON_CLI_VER=1.4.0
ARG MC_SERVER_RUNNER_VER=1.3.0
ARG RESTIFY_VER=1.1.5
ARG RCON_CLI_VER=1.4.5
ARG MC_SERVER_RUNNER_VER=1.3.1
ARG TOF_BUILDTOOLS_VER=1.2.0
ARG ARCH=amd64