update to 0.15.35

This commit is contained in:
Florian Kinder
2017-09-28 13:35:50 +00:00
parent d1d5e405cb
commit 11d8626ccd
2 changed files with 4 additions and 4 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.34 \
SHA1=c234baee1853c2dec4f162c3e07514fbcb87d3b3
VERSION=0.15.35 \
SHA1=5988294229e48962f999640d35c13eb48560eed1
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \