From 46769a042db80c76a57437cf1ec827b88c41fff2 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Fri, 26 May 2017 17:39:24 +0100 Subject: [PATCH] Update to 0.15.14 --- 0.15/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.15/Dockerfile b/0.15/Dockerfile index e716c81..1b24567 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.13 \ - SHA1=d78300a088fba62d745bea5d3b1172aebc5f94c3 + VERSION=0.15.14 \ + SHA1=83037f228988c2ac25be2df92ba69e3f44767d12 RUN mkdir /opt && \ apk add --update --no-cache tini pwgen && \