We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27bcd8 commit 7ad956bCopy full SHA for 7ad956b
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.28"
5
-ARG SHA256="ea9937b6adc7a18e17a4e1e64992ec389407497b36e68280bb14fcdd4c884dd3"
+ARG VERSION="2.0.32"
+ARG SHA256="2a6102ae42dcc5e8fe923bd68bcd326a569e35912acde121301e5d4d2d856417"
6
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"
7
8
# Create staging directory
0 commit comments