diff --git a/Dockerfile b/Dockerfile index 5dd7bcf..c9d896c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \