Skip to content

Commit dc53f6a

Browse files
author
Boris Kachscovsky
committed
Updated to 0.12.33
- Updated Dockerfile and SHA1 - Updated README
1 parent 92d459b commit dc53f6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
1313
FACTORIO_AUTOSAVE_SLOTS=3 \
1414
FACTORIO_DISSALOW_COMMANDS=true \
1515
FACTORIO_NO_AUTO_PAUSE=false \
16-
VERSION=0.12.32 \
17-
FACTORIO_SHA1=ce3ebfd819ae335f71f1ac68dbd6b1962bbd1df0
16+
VERSION=0.12.33 \
17+
FACTORIO_SHA1=6e10e15430cacb41792db22d39681aa6d01f6eec
1818

1919
RUN apk --update add bash curl && \
2020
curl -sSL --cacert /opt/factorio.crt https://www.factorio.com/get-download/$VERSION/headless/linux64 -o /tmp/factorio_headless_x64_$VERSION.tar.gz && \

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

0 commit comments

Comments
 (0)