File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
2222RUN 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
2829EXPOSE 34197/udp
2930EXPOSE 27015/tcp
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Factorio Server in docker
44
55Current Version
66-----
7- 0.13.4
7+ 0.13.6
88### What's new ?
99#### Factorio
1010See [ factorio's site] ( http://www.factorio.com )
You can’t perform that action at this time.
0 commit comments