Update 0.15.x branch to 0.15.3

This commit is contained in:
Alex Palmer
2017-04-27 20:44:14 +01:00
parent b2fbd707f8
commit bc0ef1b51e
3 changed files with 8 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.2 \
SHA1=b1fd6f104d746784d86730595e2411a285dfff38
VERSION=0.15.3 \
SHA1=5b6b8c150c9f25a5c4ed470cdd732753ab7ad67e
RUN mkdir /opt && \
apk add --update --no-cache tini pwgen && \