Skip to content

Commit

Permalink
Set version to 0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Vandekerchove committed Jul 7, 2016
1 parent d502456 commit 688e140
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
FACTORIO_ALLOW_COMMANDS=false \
FACTORIO_NO_AUTO_PAUSE=false \
FACTORIO_LATENCY_MS=100 \
VERSION=0.13.4 \
FACTORIO_SHA1=6150d66178c60c0487905e664648f755ff26a252 \
VERSION=0.13.6 \
FACTORIO_SHA1=4d132944be76776a47970a712268409042b1d88a \
FACTORIO_WAITING=false \
FACTORIO_MODE=normal

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 && \
echo "$FACTORIO_SHA1 /tmp/factorio_headless_x64_$VERSION.tar.gz" | sha1sum -c && \
tar xzf /tmp/factorio_headless_x64_$VERSION.tar.gz && \
rm /tmp/factorio_headless_x64_$VERSION.tar.gz
rm /tmp/factorio_headless_x64_$VERSION.tar.gz && \
apk del curl

EXPOSE 34197/udp
EXPOSE 27015/tcp
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.13.4
0.13.6
### What's new ?
#### Factorio
See [factorio's site](http://www.factorio.com)
Expand Down

0 comments on commit 688e140

Please sign in to comment.