Update to 0.15.4

This commit is contained in:
Paul Hendry
2017-04-29 14:19:36 -07:00
parent 2ca5f1368c
commit 84af48c346
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.3 \
SHA1=5b6b8c150c9f25a5c4ed470cdd732753ab7ad67e
VERSION=0.15.4 \
SHA1=7308abe22b665495505303d54490c0d7e37afaed
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \