Update Dockerfile to support Factorio 1.1.36 (#398)

Resolve #397 by adding Factorio 1.1.36 support

Co-authored-by: jpsenior <jp.senior@gmail.com>
This commit is contained in:
Florian Kinder 2021-07-13 21:50:47 +02:00 committed by GitHub
parent b0ad3fa036
commit cea55cda67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@ ARG PGID=845
ENV PORT=34197 \ ENV PORT=34197 \
RCON_PORT=27015 \ RCON_PORT=27015 \
VERSION=1.1.35 \ VERSION=1.1.36 \
SHA1=fff09af147dd4c0c5515772921c3999749920aa1 \ SHA1=7a5a735a65ce43525bd4783bd19b994b7c714d24 \
SAVES=/factorio/saves \ SAVES=/factorio/saves \
CONFIG=/factorio/config \ CONFIG=/factorio/config \
MODS=/factorio/mods \ MODS=/factorio/mods \