From c7762fdbc052b3f9413ad7fcaab1c3e05e83786c Mon Sep 17 00:00:00 2001 From: Alexandre Gauthier Date: Thu, 31 Oct 2024 19:17:54 -0400 Subject: [PATCH] Update to Factorio 2.0.13 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a926e6e..f3fcaf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Intermediate staging container FROM debian:12-slim AS staging -ARG VERSION="2.0.12" -ARG SHA256="d2f820e5e27a64414ed13522c4db01c82b3c6323c6380ae0aa75db4f94488d31" +ARG VERSION="2.0.13" +ARG SHA256="27b36901a39e593adf28418c0286142c6c7a9f83d156963c7369bd405a25c7d1" ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64" # Create staging directory