Repository: nifi Updated Branches: refs/heads/master 2694adcca -> 36b16c9cd
NIFI-4412 Updating Docker Hub image version information to accommodate next release. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/36b16c9c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/36b16c9c Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/36b16c9c Branch: refs/heads/master Commit: 36b16c9cdd7a4a4c36f7f2618416fd5eea7ed34a Parents: 2694adc Author: Jeff Storck <[email protected]> Authored: Mon Oct 2 14:20:40 2017 -0400 Committer: Jeff Storck <[email protected]> Committed: Mon Oct 2 14:20:40 2017 -0400 ---------------------------------------------------------------------- nifi-docker/dockerhub/DockerImage.txt | 2 +- nifi-docker/dockerhub/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/36b16c9c/nifi-docker/dockerhub/DockerImage.txt ---------------------------------------------------------------------- diff --git a/nifi-docker/dockerhub/DockerImage.txt b/nifi-docker/dockerhub/DockerImage.txt index 6198532..02063c6 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.4.0 \ No newline at end of file +apachenifi:1.5.0 http://git-wip-us.apache.org/repos/asf/nifi/blob/36b16c9c/nifi-docker/dockerhub/Dockerfile ---------------------------------------------------------------------- diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile index 3c2abc5..a4049e2 100644 --- a/nifi-docker/dockerhub/Dockerfile +++ b/nifi-docker/dockerhub/Dockerfile @@ -21,7 +21,7 @@ LABEL maintainer "Apache NiFi <[email protected]>" ARG UID=1000 ARG GID=1000 -ARG NIFI_VERSION=1.4.0 +ARG NIFI_VERSION=1.5.0 ARG MIRROR=https://archive.apache.org/dist ENV NIFI_BASE_DIR /opt/nifi
