update to 0.15.26

This commit is contained in:
Florian Kinder
2017-06-30 19:42:11 +00:00
parent 0b5c4e144a
commit a61f05709e
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.25 \
SHA1=c555ba1d6f5c54ff6ea6a26cabd1867e54b825c7
VERSION=0.15.26 \
SHA1=67bf51af150ab47d030170be80bf1520efe36f3d
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \