mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-05-04 20:56:31 +02:00
Merge pull request #2 from guyspronck/master
Updated version to 0.12.30
This commit is contained in:
commit
cf60f77d53
@ -26,7 +26,7 @@ RUN echo "# Installing curl" && \
|
|||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y curl && \
|
apt-get install -y curl && \
|
||||||
echo "# Downloading and unzipping factorio" && \
|
echo "# Downloading and unzipping factorio" && \
|
||||||
curl -L -k https://www.factorio.com/get-download/0.12.29/headless/linux64 | tar -xzf - && \
|
curl -L -k https://www.factorio.com/get-download/0.12.30/headless/linux64 | tar -xzf - && \
|
||||||
echo "# Cleaning" && \
|
echo "# Cleaning" && \
|
||||||
apt-get remove -y --purge curl && \
|
apt-get remove -y --purge curl && \
|
||||||
apt-get autoremove -y --purge && \
|
apt-get autoremove -y --purge && \
|
||||||
|
@ -4,7 +4,7 @@ Factorio Server in docker
|
|||||||
|
|
||||||
Current Version
|
Current Version
|
||||||
-----
|
-----
|
||||||
0.12.29
|
0.12.30
|
||||||
### What's new ?
|
### What's new ?
|
||||||
#### Factorio
|
#### Factorio
|
||||||
See [factorio's site](http://www.factorio.com)
|
See [factorio's site](http://www.factorio.com)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user