Skip to content

Commit

Permalink
Update to 1.16.20.03
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyer authored Aug 15, 2020
1 parent be3bf2a commit 1df8172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:bionic

RUN apt-get update
RUN apt-get install -y unzip curl libcurl4 libssl1.0.0
RUN curl https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.0.2.zip --output bedrock-server.zip
RUN curl https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.20.03.zip --output bedrock-server.zip
RUN unzip bedrock-server.zip -d bedrock-server
RUN rm bedrock-server.zip

Expand Down

0 comments on commit 1df8172

Please sign in to comment.