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