Updated to v0.15.11-experimental

This commit is contained in:
bkuhl
2017-05-16 15:10:55 +00:00
parent 97165cfdde
commit c3fe70f783
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.6 \
SHA1=499e329437a663b6a21579a9665c5f8f92ebb9c5
VERSION=0.15.11 \
SHA1=bf20dc746f49f13684c91558b99aa3e14e6da2c5
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \