From 87cf6c051abcb8eb9cb3465660cceb8889461b4d Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Wed, 23 May 2018 09:41:09 +0200 Subject: [PATCH] Fixed wrong checksum --- 0.16/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.16/Dockerfile b/0.16/Dockerfile index 1db0d61..351d864 100644 --- a/0.16/Dockerfile +++ b/0.16/Dockerfile @@ -10,7 +10,7 @@ ARG PGID=845 ENV PORT=34197 \ RCON_PORT=27015 \ VERSION=0.16.45 \ - SHA1=994bc667720c21257500e29038c1a5f61e25da1e \ + SHA1=48adde04cd91b224b437a8c593d1badbb0337b65 \ SAVES=/factorio/saves \ CONFIG=/factorio/config \ MODS=/factorio/mods \