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.
2 parents bbacd8e + eb0c448 commit 37cb314Copy full SHA for 37cb314
Dockerfile
@@ -13,8 +13,8 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
13
FACTORIO_AUTOSAVE_SLOTS=3 \
14
FACTORIO_DISSALOW_COMMANDS=true \
15
FACTORIO_NO_AUTO_PAUSE=false \
16
- VERSION=0.12.33 \
17
- FACTORIO_SHA1=9802b22f428eb404369d496f6d40633a64984406
+ VERSION=0.12.34 \
+ FACTORIO_SHA1=3c3eb05d0102136b058a53a0d4327b359b3d93aa
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