We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0193a commit 24ff990Copy full SHA for 24ff990
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.41"
5
-ARG SHA256="77ebccae8167fc1a9fc4da8c11e8410f6017b92b1a0913eb58ac5285c9eec399"
+ARG VERSION="2.0.42"
+ARG SHA256="b5b8b8bdc915e67dbc1710cd3d6aa6802d397b7c0f47db07da8acf39d5bd6376"
6
ARG URL="https://www.factorio.com/get-download/${VERSION}/headless/linux64"
7
8
# Create staging directory
0 commit comments