Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Dockerfile to support Factorio 1.1.36
Resolve #397 by adding Factorio 1.1.36 support
  • Loading branch information
jpsenior authored Jul 13, 2021
commit 64071065710e520219bd2cfffab3aa795da06ffa
4 changes: 2 additions & 2 deletions 1.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG PGID=845

ENV PORT=34197 \
RCON_PORT=27015 \
VERSION=1.1.35 \
SHA1=fff09af147dd4c0c5515772921c3999749920aa1 \
VERSION=1.1.36 \
SHA1=7a5a735a65ce43525bd4783bd19b994b7c714d24 \
SAVES=/factorio/saves \
CONFIG=/factorio/config \
MODS=/factorio/mods \
Expand Down