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 e1f1652 commit 3655389Copy full SHA for 3655389
Dockerfile
@@ -14,8 +14,8 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
14
FACTORIO_DISSALOW_COMMANDS=true \
15
FACTORIO_NO_AUTO_PAUSE=false \
16
FACTORIO_LATENCY_MS=100 \
17
- VERSION=0.12.34 \
18
- FACTORIO_SHA1=3c3eb05d0102136b058a53a0d4327b359b3d93aa
+ VERSION=0.12.35 \
+ FACTORIO_SHA1=ea15636469148662c26786ad916ac066ee5aab56
19
20
RUN apk --update add bash curl && \
21
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