Updated to v0.15.12-experimental

This commit is contained in:
bkuhl
2017-05-18 15:45:34 +00:00
parent bd5a44dce5
commit b6276d7b51
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.11 \
SHA1=bf20dc746f49f13684c91558b99aa3e14e6da2c5
VERSION=0.15.12 \
SHA1=346e7abdd94afdb128a2b0ea92b540fbdd776234
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \