From 10f8b0acb6d26c123329d783b534ebdde40105f3 Mon Sep 17 00:00:00 2001 From: Matthew Johnston Date: Fri, 5 May 2017 16:13:09 -0500 Subject: [PATCH] Bump to version 0.15.9 --- 0.15/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.15/Dockerfile b/0.15/Dockerfile index 0ee9bbe..39b572f 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.8 \ - SHA1=365efc98527787d557bcea342a1b9a544d18a93c + VERSION=0.15.9 \ + SHA1=37c6623bad01b467bb000c17873d738e09197403 RUN mkdir /opt && \ apk add --update --no-cache tini pwgen && \