We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc53f6a commit eb0d08cCopy full SHA for eb0d08c
Dockerfile
@@ -14,7 +14,7 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
14
FACTORIO_DISSALOW_COMMANDS=true \
15
FACTORIO_NO_AUTO_PAUSE=false \
16
VERSION=0.12.33 \
17
- FACTORIO_SHA1=6e10e15430cacb41792db22d39681aa6d01f6eec
+ FACTORIO_SHA1=9802b22f428eb404369d496f6d40633a64984406
18
19
RUN apk --update add bash curl && \
20
curl -sSL --cacert /opt/factorio.crt https://www.factorio.com/get-download/$VERSION/headless/linux64 -o /tmp/factorio_headless_x64_$VERSION.tar.gz && \
0 commit comments