From e7ea96ee8418a11f9c770e3b179bd388986cdee3 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Sun, 1 Oct 2017 18:21:50 +0200 Subject: [PATCH] Update factorio ti 0.15.34 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bed37db..a0c32ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:stretch EXPOSE 34197/udp -ENV FACTORIO_VERSION 0.15.33 +ENV FACTORIO_VERSION 0.15.34 ADD bin/entrypoint.sh /entrypoint.sh