Bumped to use 1.16.1.02

This commit is contained in:
Jonathan Ervine 2020-07-08 14:24:42 +08:00
parent 6319670a85
commit 9861f4eb83
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
RUN apt update && apt upgrade -y RUN apt update && apt upgrade -y
RUN apt install unzip curl -y RUN apt install unzip curl -y
RUN mkdir /bedrock && cd /bedrock && curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.0.2.zip && unzip bedrock-server-1.16.0.2.zip && rm bedrock-server-1.16.0.2.zip RUN mkdir /bedrock && cd /bedrock && curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.1.02.zip && unzip bedrock-server-1.16.1.02.zip && rm bedrock-server-1.16.1.02.zip
ADD start.sh /usr/local/bin/ ADD start.sh /usr/local/bin/

View File

@ -5,4 +5,4 @@
cd /config cd /config
touch /tmp/bedrock.running touch /tmp/bedrock.running
/bedrock/bedrock_server LD_LIBRARY_PATH=/bedrock /bedrock/bedrock_server