From 96fefb2c419a5ab23fa52d950bcfbef6908560c7 Mon Sep 17 00:00:00 2001 From: Mariusz Derela Date: Sun, 15 Mar 2020 12:33:04 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b907c56..9b8b970 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV NIFI_HOME /opt/nifi # ARGS ARG DIST_MIRROR=http://ftp.piotrkosoft.net/pub/mirrors/ftp.apache.org/nifi -ARG VERSION=1.9.2 +ARG VERSION=1.11.3 # Create Environment, install depedencies