diff --git a/0.15/Dockerfile b/0.15/Dockerfile index b3b583b..d318fcc 100644 --- a/0.15/Dockerfile +++ b/0.15/Dockerfile @@ -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.16 \ - SHA1=6022d5f7e84956301659942b40a7c7afb94d099c + VERSION=0.15.17 \ + SHA1=631d396ed02cb9a2be9a33662abad84ac7677b03 RUN mkdir /opt && \ apk add --update --no-cache tini pwgen && \