From 7880bd9f6572c6a24a1da0cb754c31a18985608d Mon Sep 17 00:00:00 2001 From: Christophe Vandekerchove Date: Wed, 23 Mar 2016 09:12:59 +0100 Subject: [PATCH] Set version to 0.12.28 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9aa7665..c11cd08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \