mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
update minecraft bedrock 1.21.31.04
This commit is contained in:
parent
b99da2be52
commit
57444868f6
@ -6,8 +6,8 @@ RUN apt-get install -y wget unzip curl tmux
|
||||
USER ubuntu
|
||||
WORKDIR /home/ubuntu
|
||||
|
||||
# from https://www.minecraft.net/en-us/download/server/bedrock (currently 1.21.23.01)
|
||||
RUN wget -O server.zip https://minecraft.azureedge.net/bin-linux/bedrock-server-1.21.23.01.zip
|
||||
# from https://www.minecraft.net/en-us/download/server/bedrock (currently 1.21.31.04)
|
||||
RUN wget -O server.zip --user-agent "Mozilla/5.0" https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.31.04.zip
|
||||
RUN unzip server.zip && rm server.zip
|
||||
|
||||
COPY --chown=ubuntu:ubuntu entry.sh ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user