update to 0.15.31

This commit is contained in:
Florian Kinder
2017-07-25 17:07:12 +00:00
parent 36bb311baa
commit 4528be2297
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.30 \
SHA1=09ec191501a8aeca037f8dffd3bb84c0a4bb2e50
VERSION=0.15.31 \
SHA1=42000f898b0eead37c8b2f28806c1393676dcb0b
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \