update p2pool v4.6 and minecraft bedrock 1.21.82.1

This commit is contained in:
Matthew Tran 2025-05-19 20:15:03 -07:00
parent e0cf839621
commit b742ac8bb9
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ RUN apt-get install -y wget unzip curl tmux
WORKDIR /root
# from https://www.minecraft.net/en-us/download/server/bedrock (currently 1.21.73.01)
RUN wget -O server.zip --user-agent "Mozilla/5.0" https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.73.01.zip
# from https://www.minecraft.net/en-us/download/server/bedrock (currently 1.21.82.1)
RUN wget -O server.zip --user-agent "Mozilla/5.0" https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.82.1.zip
RUN unzip server.zip && rm server.zip
COPY entry.sh ./

View File

@ -5,10 +5,10 @@ RUN apt-get install -y wget
WORKDIR /root
# currently v4.5
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.5/p2pool-v4.5-linux-x64.tar.gz
# currently v4.6
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.6/p2pool-v4.6-linux-x64.tar.gz
RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz
RUN mv p2pool-v4.5-linux-x64/p2pool ./p2pool
RUN mv p2pool-v4.6-linux-x64/p2pool ./p2pool
COPY entry.sh ./