This is an automated email from the ASF dual-hosted git repository. aboda pushed a commit to branch NIFIREG-371-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
commit 6a3dbd26ee83163fbaa12cf4ca6373905f5684a8 Author: Endre Zoltan Kovacs <[email protected]> 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
