Skip to content

Commit 37cb314

Browse files
committed
Merge pull request #10 from Salzig/feat/update_factorio_to_0.12.34
feat: update factorio to 0.12.34
2 parents bbacd8e + eb0c448 commit 37cb314

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
@@ -13,8 +13,8 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
1313
FACTORIO_AUTOSAVE_SLOTS=3 \
1414
FACTORIO_DISSALOW_COMMANDS=true \
1515
FACTORIO_NO_AUTO_PAUSE=false \
16-
VERSION=0.12.33 \
17-
FACTORIO_SHA1=9802b22f428eb404369d496f6d40633a64984406
16+
VERSION=0.12.34 \
17+
FACTORIO_SHA1=3c3eb05d0102136b058a53a0d4327b359b3d93aa
1818

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