From 0df69d27baa16f8562e0adc0e360df43d1addad3 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Fri, 4 Nov 2016 20:25:28 +0000 Subject: [PATCH] 0.14.19 --- 0.14/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.14/Dockerfile b/0.14/Dockerfile index 65330af..5c9d492 100644 --- a/0.14/Dockerfile +++ b/0.14/Dockerfile @@ -4,8 +4,8 @@ MAINTAINER https://github.com/dtandersen/docker_factorio_server COPY ./factorio.crt /opt/factorio.crt -ENV VERSION=0.14.18 \ - SHA1=8b919fe1c271ca773754f7644b72a8ddec363ae4 +ENV VERSION=0.14.19 \ + SHA1=39d90c91e8835e6e63fe2a35674d56c7c1e8d7d7 RUN apk --no-cache add curl tini pwgen && \ curl -sSL --cacert /opt/factorio.crt \