Make factorio version build-time configurable

This commit is contained in:
paul 2020-08-12 12:03:02 +02:00
parent ab7024d218
commit 838efad3ff

View file

@ -1,7 +1,7 @@
FROM debian:stretch
EXPOSE 34197/udp
ENV FACTORIO_VERSION 0.16.18
ARG FACTORIO_VERSION 0.17.79
ADD bin/entrypoint.sh /entrypoint.sh