We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad956b commit df0193aCopy full SHA for df0193a
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
# Intermediate staging container
2
FROM debian:12-slim AS staging
3
4
-ARG VERSION="2.0.32"
5
-ARG SHA256="2a6102ae42dcc5e8fe923bd68bcd326a569e35912acde121301e5d4d2d856417"
+ARG VERSION="2.0.41"
+ARG SHA256="77ebccae8167fc1a9fc4da8c11e8410f6017b92b1a0913eb58ac5285c9eec399"
6
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"
7
8
# Create staging directory
0 commit comments