Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Bump version to 3.1.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdf committed Oct 9, 2019
1 parent 5a0fc16 commit 7520d9b
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 @@ -8,7 +8,7 @@ RUN yum -y install java-1.8.0-openjdk-headless wget unzip
RUN useradd -r -m -U -d /opt/minecraft -s /bin/bash -u 10001 minecraft

RUN wget http://files.theclassicpack.com/SERVER/TCP-3.1.1_SERVER.zip
RUN unzip -d /opt/minecraft TCP-3.1.0_SERVER.zip
RUN unzip -d /opt/minecraft TCP-3.1.1_SERVER.zip

COPY eula.txt /opt/minecraft/
RUN chown -R minecraft:minecraft /opt/minecraft/
Expand Down

0 comments on commit 7520d9b

Please sign in to comment.