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

bbende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git


The following commit(s) were added to refs/heads/master by this push:
     new cb7e369  NIFIREG-338: fixing version in dockerfile
cb7e369 is described below

commit cb7e3697d7ee66b088da6b7bf8c2ed06ddcf18fb
Author: Endre Zoltan Kovacs <andrewsmit...@protonmail.com>
AuthorDate: Fri Oct 18 09:52:39 2019 +0200

    NIFIREG-338: fixing version in dockerfile
---
 nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile 
b/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
index 0d48e18..5fabb95 100644
--- a/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
+++ b/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org";
 
 ARG UID=1000
 ARG GID=1000
-ARG NIFI_REGISTRY_VERSION=0.6.0
+ARG NIFI_REGISTRY_VERSION=1.0.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV NIFI_REGISTRY_BASE_DIR /opt/nifi-registry

Reply via email to