From 4a36e6d84fc6934a6562c5b76a36bd0302b36d57 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 14 Aug 2020 12:05:14 +0200 Subject: [PATCH] Factorio Server 1.0.0 Signed-off-by: Knut Ahlers --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9d896c..aadea5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stretch -ENV FACTORIO_SERVER_VERSION=0.17.79 \ +ENV FACTORIO_SERVER_VERSION=1.0.0 \ DUMB_INIT_VERSION=1.2.2 \ GOSU_VERSION=1.11