Skip to content

Commit 3655389

Browse files
committed
feat: update factorio to 0.12.35
1 parent e1f1652 commit 3655389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
1414
FACTORIO_DISSALOW_COMMANDS=true \
1515
FACTORIO_NO_AUTO_PAUSE=false \
1616
FACTORIO_LATENCY_MS=100 \
17-
VERSION=0.12.34 \
18-
FACTORIO_SHA1=3c3eb05d0102136b058a53a0d4327b359b3d93aa
17+
VERSION=0.12.35 \
18+
FACTORIO_SHA1=ea15636469148662c26786ad916ac066ee5aab56
1919

2020
RUN apk --update add bash curl && \
2121
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

Comments
 (0)