You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2020/03/18 14:51:55 UTC

[nifi] branch support/nifi-1.11.x updated: NIFI-7238

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch support/nifi-1.11.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.11.x by this push:
     new 40497d1  NIFI-7238
40497d1 is described below

commit 40497d10ba9d5cb2878c925bbbbd646c4cf7ffbc
Author: Joe Witt <jo...@apache.org>
AuthorDate: Wed Mar 18 10:51:43 2020 -0400

    NIFI-7238
---
 nifi-docker/docker-compose/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-docker/docker-compose/docker-compose.yml b/nifi-docker/docker-compose/docker-compose.yml
index 60a016c..c4194c3 100644
--- a/nifi-docker/docker-compose/docker-compose.yml
+++ b/nifi-docker/docker-compose/docker-compose.yml
@@ -22,7 +22,7 @@ services:
     environment:
       - ALLOW_ANONYMOUS_LOGIN=yes
   nifi:
-    image: apache/nifi:1.10.0-SNAPSHOT-dockermaven
+    image: apache/nifi:1.11.4-dockermaven
     ports:
       - 8080 # Unsecured HTTP Web Port
     environment: