mirror of
https://github.com/luzifer-docker/factorio.git
synced 2024-11-08 06:40:02 +00:00
Factorio Server 0.17.79
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
88c08ab5a9
commit
186655da5b
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM debian:stretch
|
||||
|
||||
ENV FACTORIO_SERVER_VERSION=0.16.51 \
|
||||
DUMB_INIT_VERSION=1.2.1 \
|
||||
GOSU_VERSION=1.10
|
||||
ENV FACTORIO_SERVER_VERSION=0.17.79 \
|
||||
DUMB_INIT_VERSION=1.2.2 \
|
||||
GOSU_VERSION=1.11
|
||||
|
||||
RUN set -ex \
|
||||
&& apt-get update \
|
||||
|
|
Loading…
Reference in a new issue