diff --git a/Dockerfile b/Dockerfile index f7854c5..79cb32f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Intermediate staging container FROM debian:11-slim AS staging -ARG VERSION="1.1.72" -ARG SHA256="ca5015a5aac8ba9576d3a85e95f49ae0a4c0fa3e667485759fe6fed0c49d6cc9" +ARG VERSION="1.1.74" +ARG SHA256="9bfac35f13b51fff11f21bd86f0d020570c3124bb2fde4e0a8798fa86abe1dd3" ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64" # Create staging directory