Checkout the tag v1.5

This commit is contained in:
TuRz4m 2016-03-23 16:01:54 +01:00
parent 22e5a21e07
commit d177be717c

View file

@ -17,8 +17,8 @@ ENV NBPLAYERS 70
ENV UPDATEONSTART 1
# if the server is backup when start with docker start
ENV BACKUPONSTART 1
# branch on github for ark server tools
ENV BRANCH master
# Tag on github for ark server tools
ENV GIT_TAG v1.5
# Server PORT (you can't remap with docker, it doesn't work)
ENV SERVERPORT 27015
# Steam port (you can't remap with docker, it doesn't work)
@ -56,7 +56,9 @@ RUN mkdir /ark
# We use the git method, because api github has a limit ;)
RUN git clone -b $BRANCH https://github.com/FezVrasta/ark-server-tools.git /home/steam/ark-server-tools
RUN git clone https://github.com/FezVrasta/ark-server-tools.git /home/steam/ark-server-tools
WORKDIR /home/steam/ark-server-tools/
RUN git checkout $GIT_TAG
# Install
WORKDIR /home/steam/ark-server-tools/tools
RUN chmod +x install.sh