Skip to content

Commit

Permalink
Merge pull request #7 from dtandersen/0.12.32_update
Browse files Browse the repository at this point in the history
0.12.32 update
  • Loading branch information
zopanix committed Apr 30, 2016
2 parents b658982 + ef55d08 commit 92d459b
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 @@ -13,8 +13,8 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
FACTORIO_AUTOSAVE_SLOTS=3 \
FACTORIO_DISSALOW_COMMANDS=true \
FACTORIO_NO_AUTO_PAUSE=false \
VERSION=0.12.31 \
FACTORIO_SHA1=2b225302bcea95d541da9057f05acc3d27b0fe79
VERSION=0.12.32 \
FACTORIO_SHA1=ce3ebfd819ae335f71f1ac68dbd6b1962bbd1df0

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.31
0.12.32
### What's new ?
#### Factorio
See [factorio's site](http://www.factorio.com)
Expand Down

0 comments on commit 92d459b

Please sign in to comment.