Update version

This commit is contained in:
madmaurice 2017-10-15 20:31:07 +02:00 committed by Hive
parent d62bc29f2d
commit 9565b854b7

View file

@ -8,7 +8,7 @@ RUN \
WORKDIR /root/
RUN \
wget -O /tmp/headless.tgz https://www.factorio.com/get-download/0.15.5/headless/linux64 &&\
wget -O /tmp/headless.tgz https://www.factorio.com/get-download/0.15.34/headless/linux64 &&\
tar xfv /tmp/headless.tgz && rm /tmp/headless.tgz
ADD bin/entrypoint.sh /entrypoint.sh