Merge pull request #18 from tsugliani/patch-3

Update to 0.15.7
This commit is contained in:
David Andersen 2017-05-05 06:57:37 -07:00 committed by GitHub
commit 2c7cfc6c65

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.6 \
SHA1=499e329437a663b6a21579a9665c5f8f92ebb9c5
VERSION=0.15.7 \
SHA1=0f6c7b72f4a4134401a92e0b3aef37cc1047130c
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \