Merge pull request #29 from dtandersen/update-v0.15.12-experimental

Update to v0.15.12-experimental
This commit is contained in:
David Andersen
2017-05-18 08:56:56 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ FROM frolvlad/alpine-glibc:alpine-3.5
MAINTAINER https://github.com/dtandersen/docker_factorio_server
ENV PORT=34197 \
VERSION=0.15.11 \
SHA1=bf20dc746f49f13684c91558b99aa3e14e6da2c5
VERSION=0.15.12 \
SHA1=346e7abdd94afdb128a2b0ea92b540fbdd776234
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \