From cea55cda67f2603903d3bb01b616050081bed606 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Tue, 13 Jul 2021 21:50:47 +0200 Subject: [PATCH] Update Dockerfile to support Factorio 1.1.36 (#398) Resolve #397 by adding Factorio 1.1.36 support Co-authored-by: jpsenior --- 1.1/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.1/Dockerfile b/1.1/Dockerfile index 01c33d8..c8770f3 100644 --- a/1.1/Dockerfile +++ b/1.1/Dockerfile @@ -9,8 +9,8 @@ ARG PGID=845 ENV PORT=34197 \ RCON_PORT=27015 \ - VERSION=1.1.35 \ - SHA1=fff09af147dd4c0c5515772921c3999749920aa1 \ + VERSION=1.1.36 \ + SHA1=7a5a735a65ce43525bd4783bd19b994b7c714d24 \ SAVES=/factorio/saves \ CONFIG=/factorio/config \ MODS=/factorio/mods \