Skip to content

Commit

Permalink
Merge pull request #12 from Salzig/feat/update_factorio_to_0.12.35
Browse files Browse the repository at this point in the history
feat: update factorio to 0.12.35
  • Loading branch information
zopanix committed Jun 6, 2016
2 parents e1f1652 + 00ee342 commit 1867666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
FACTORIO_DISSALOW_COMMANDS=true \
FACTORIO_NO_AUTO_PAUSE=false \
FACTORIO_LATENCY_MS=100 \
VERSION=0.12.34 \
FACTORIO_SHA1=3c3eb05d0102136b058a53a0d4327b359b3d93aa
VERSION=0.12.35 \
FACTORIO_SHA1=ea15636469148662c26786ad916ac066ee5aab56

RUN apk --update add bash curl && \
curl -sSL --cacert /opt/factorio.crt https://www.factorio.com/get-download/$VERSION/headless/linux64 -o /tmp/factorio_headless_x64_$VERSION.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Factorio Server in docker

Current Version
-----
0.12.34
0.12.35
### What's new ?
#### Factorio
See [factorio's site](http://www.factorio.com)
Expand Down

0 comments on commit 1867666

Please sign in to comment.