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 ae327ad commit 7e0718aCopy full SHA for 7e0718a
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.30 \
17
- FACTORIO_SHA1=77d92ecc52989f3283462fd5c9b5ba07eb6081cc
+ VERSION=0.12.29 \
+ FACTORIO_SHA1=6e10e15430cacb41792db22d39681aa6d01f6eec
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