Factorio Server 0.17.79

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-08-02 14:10:44 +02:00
parent 88c08ab5a9
commit 186655da5b
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,8 +1,8 @@
FROM debian:stretch FROM debian:stretch
ENV FACTORIO_SERVER_VERSION=0.16.51 \ ENV FACTORIO_SERVER_VERSION=0.17.79 \
DUMB_INIT_VERSION=1.2.1 \ DUMB_INIT_VERSION=1.2.2 \
GOSU_VERSION=1.10 GOSU_VERSION=1.11
RUN set -ex \ RUN set -ex \
&& apt-get update \ && apt-get update \