From 39ad7a369ec14c3b3a9786ab2b75f106d2fc5424 Mon Sep 17 00:00:00 2001 From: Aldrin Piri Date: Fri, 2 Jun 2017 14:33:16 -0400 Subject: [PATCH] NIFI-4011 Updating Docker Hub image version information to accommodate next release. This closes #1884. Signed-off-by: Aldrin Piri --- nifi-docker/dockerhub/DockerImage.txt | 2 +- nifi-docker/dockerhub/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nifi-docker/dockerhub/DockerImage.txt b/nifi-docker/dockerhub/DockerImage.txt index f35085c9c2..f8c382b89e 100644 --- a/nifi-docker/dockerhub/DockerImage.txt +++ b/nifi-docker/dockerhub/DockerImage.txt @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -apachenifi:1.1.1 \ No newline at end of file +apachenifi:1.3.0 \ No newline at end of file diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile index cd7aaeb22a..8b83e1064a 100644 --- a/nifi-docker/dockerhub/Dockerfile +++ b/nifi-docker/dockerhub/Dockerfile @@ -21,7 +21,7 @@ MAINTAINER Apache NiFi ARG UID=1000 ARG GID=50 -ARG NIFI_VERSION=1.2.0 +ARG NIFI_VERSION=1.3.0 ENV NIFI_BASE_DIR /opt/nifi ENV NIFI_HOME $NIFI_BASE_DIR/nifi-$NIFI_VERSION