Compare commits

...

10 Commits

Author SHA1 Message Date
a459aeaf6e Merge pull request #2 from jaredledvina/feature/update-v-0.14.22
Bump version to 0.14.22
2017-02-04 20:05:18 -08:00
0baaa7b76c Bump version to 0.14.22 2017-02-03 18:26:26 -05:00
acd32abdc5 0.14.21 is stable 2016-11-30 10:35:58 -08:00
ac19dc2e33 minor text changes 2016-11-24 19:47:53 -08:00
fff8bec4c2 minor text changes 2016-11-24 19:46:21 -08:00
702d22a8c0 minor text changes 2016-11-24 19:45:05 -08:00
99969df99d 0.14.21 2016-11-24 19:32:02 -08:00
223faba61f 0.14.21 2016-11-24 19:28:57 -08:00
d245b75420 promoted 0.14.20 to stable 2016-11-17 10:12:34 -08:00
7b70d806ad 0.14.20 2016-11-09 18:03:33 -08:00
2 changed files with 10 additions and 4 deletions

View File

@ -2,8 +2,8 @@ FROM frolvlad/alpine-glibc:alpine-3.4
MAINTAINER https://github.com/dtandersen/docker_factorio_server
ENV VERSION=0.14.19 \
SHA1=39d90c91e8835e6e63fe2a35674d56c7c1e8d7d7
ENV VERSION=0.14.22 \
SHA1=c43fa0d750e8347ec466ce165053db3cd3dc2fe0
RUN mkdir /opt && \
apk --no-cache add curl tini pwgen && \

View File

@ -1,9 +1,15 @@
# Factorio [![Docker Pulls](https://img.shields.io/docker/pulls/dtandersen/factorio.svg)](https://hub.docker.com/r/dtandersen/factorio/) [![Docker Stars](https://img.shields.io/docker/stars/dtandersen/factorio.svg)](https://hub.docker.com/r/dtandersen/factorio/)
* `0.14.19`, `0.14`, `latest` [(0.14/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/master/0.14/Dockerfile)
* `0.14.18`, `stable` [(0.14/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/0.14.18/0.14/Dockerfile)
* `0.14.22`, `0.14`, `latest`, 'stable' [(0.14/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/master/0.14/Dockerfile)
* `0.13.20`, `0.13` [(0.13/Dockerfile)](https://github.com/dtandersen/docker_factorio_server/blob/master/0.13/Dockerfile)
*Tag philosophy*
* `latest` - highest version: may be experimental.
* `stable` - highest version declared stable.
* `0.x` - highest version in a branch: may be experimental.
* `0.x.y` - a specific version.
# What is Factorio?
[Factorio](https://www.factorio.com) is a game in which you build and maintain factories.