Skip to content

Commit 688e140

Browse files
author
Christophe Vandekerchove
committed
Set version to 0.13.6
1 parent d502456 commit 688e140

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
1414
FACTORIO_ALLOW_COMMANDS=false \
1515
FACTORIO_NO_AUTO_PAUSE=false \
1616
FACTORIO_LATENCY_MS=100 \
17-
VERSION=0.13.4 \
18-
FACTORIO_SHA1=6150d66178c60c0487905e664648f755ff26a252 \
17+
VERSION=0.13.6 \
18+
FACTORIO_SHA1=4d132944be76776a47970a712268409042b1d88a \
1919
FACTORIO_WAITING=false \
2020
FACTORIO_MODE=normal
2121

2222
RUN apk --update add bash curl && \
2323
curl -sSL --cacert /opt/factorio.crt https://www.factorio.com/get-download/$VERSION/headless/linux64 -o /tmp/factorio_headless_x64_$VERSION.tar.gz && \
2424
echo "$FACTORIO_SHA1 /tmp/factorio_headless_x64_$VERSION.tar.gz" | sha1sum -c && \
2525
tar xzf /tmp/factorio_headless_x64_$VERSION.tar.gz && \
26-
rm /tmp/factorio_headless_x64_$VERSION.tar.gz
26+
rm /tmp/factorio_headless_x64_$VERSION.tar.gz && \
27+
apk del curl
2728

2829
EXPOSE 34197/udp
2930
EXPOSE 27015/tcp

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.13.4
7+
0.13.6
88
### What's new ?
99
#### Factorio
1010
See [factorio's site](http://www.factorio.com)

0 commit comments

Comments
 (0)