Bump server version to 1.14.0.9

This commit is contained in:
Phillip Kühne 2019-12-15 02:29:15 +01:00
parent 03cb8c6b7d
commit 5d1a096911

View File

@ -5,7 +5,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends wget curl ca-certificates unzip libssl1.0.0 && apt-get install -y --no-install-recommends wget curl ca-certificates unzip libssl1.0.0
COPY ./bedrockserver.sh /usr/bin/bedrockserver.sh COPY ./bedrockserver.sh /usr/bin/bedrockserver.sh
ADD https://minecraft.azureedge.net/bin-linux/bedrock-server-1.7.0.13.zip /tmp/brserver.zip ADD https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.0.9.zip /tmp/brserver.zip
RUN mkdir /opt/mcbedrock/ -p RUN mkdir /opt/mcbedrock/ -p
RUN unzip /tmp/brserver.zip -d /opt/mcbedrock/ RUN unzip /tmp/brserver.zip -d /opt/mcbedrock/
@ -13,4 +13,4 @@ RUN unzip /tmp/brserver.zip -d /opt/mcbedrock/
WORKDIR /opt/mcbedrock WORKDIR /opt/mcbedrock
EXPOSE 19133 EXPOSE 19133
EXPOSE 19132 EXPOSE 19132
CMD ["bash", "-c", "/usr/bin/bedrockserver.sh"] CMD ["bash", "-c", "/usr/bin/bedrockserver.sh"]