Updated to v0.15.10-experimental

This commit is contained in:
Ben Kuhl
2017-05-10 13:52:13 -04:00
parent 97165cfdde
commit 0c5ff73adb
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.10 \
SHA1=2e11b3a9dd2e2a0a5831032325615c37a65ed414
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \