Skip to content

Commit 1867666

Browse files
committed
Merge pull request #12 from Salzig/feat/update_factorio_to_0.12.35
feat: update factorio to 0.12.35
2 parents e1f1652 + 00ee342 commit 1867666

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Factorio Server in docker
44

55
Current Version
66
-----
7-
0.12.34
7+
0.12.35
88
### What's new ?
99
#### Factorio
1010
See [factorio's site](http://www.factorio.com)

0 commit comments

Comments
 (0)