update to 0.15.29

This commit is contained in:
Florian Kinder
2017-07-13 19:42:12 +00:00
parent e935200821
commit 70e61be5b6
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ FROM frolvlad/alpine-glibc:alpine-3.6
MAINTAINER https://github.com/dtandersen/docker_factorio_server
ENV PORT=34197 \
VERSION=0.15.28 \
SHA1=ad8e7dfc8f56389fa36ad381c25e814ddf84b515
VERSION=0.15.29 \
SHA1=6222b8707028aea71e1dc6c7cf89d35b6ef14271
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \