From fbf430373d2ca438b8e541e0c3e25635416e0635 Mon Sep 17 00:00:00 2001 From: Paul Robertson Date: Thu, 5 Aug 2021 16:27:42 -0400 Subject: [PATCH] update to 1.1.37 (#399) --- 1.1/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.1/Dockerfile b/1.1/Dockerfile index c8770f3..cd7704b 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.36 \ - SHA1=7a5a735a65ce43525bd4783bd19b994b7c714d24 \ + VERSION=1.1.37 \ + SHA1=7f730c060aab8df8797c4b0f6afc7ed82814c107 \ SAVES=/factorio/saves \ CONFIG=/factorio/config \ MODS=/factorio/mods \