Update version
This commit is contained in:
parent
d62bc29f2d
commit
9565b854b7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN \
|
||||||
|
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
RUN \
|
RUN \
|
||||||
wget -O /tmp/headless.tgz https://www.factorio.com/get-download/0.15.5/headless/linux64 &&\
|
wget -O /tmp/headless.tgz https://www.factorio.com/get-download/0.15.34/headless/linux64 &&\
|
||||||
tar xfv /tmp/headless.tgz && rm /tmp/headless.tgz
|
tar xfv /tmp/headless.tgz && rm /tmp/headless.tgz
|
||||||
|
|
||||||
ADD bin/entrypoint.sh /entrypoint.sh
|
ADD bin/entrypoint.sh /entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue