1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2024-11-24 08:42:31 +02:00

Set version to 0.12.28

This commit is contained in:
Christophe Vandekerchove 2016-03-23 09:12:59 +01:00
parent 27fc3b97bc
commit 7880bd9f65

View File

@ -16,7 +16,7 @@ RUN echo "# Installing curl" && \
apt-get update && \
apt-get install -y curl && \
echo "# Downloading and unzipping factorio" && \
curl -L -k https://www.factorio.com/get-download/0.12.27/headless/linux64 | tar -xzf - && \
curl -L -k https://www.factorio.com/get-download/0.12.28/headless/linux64 | tar -xzf - && \
echo "# Cleaning" && \
apt-get remove -y --purge curl && \
apt-get autoremove -y --purge && \