Repository: nifi Updated Branches: refs/heads/master 32314d70f -> 39ad7a369
NIFI-4011 Updating Docker Hub image version information to accommodate next release. This closes #1884. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/39ad7a36 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/39ad7a36 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/39ad7a36 Branch: refs/heads/master Commit: 39ad7a369ec14c3b3a9786ab2b75f106d2fc5424 Parents: 32314d7 Author: Aldrin Piri <[email protected]> Authored: Fri Jun 2 14:33:16 2017 -0400 Committer: Aldrin Piri <[email protected]> Committed: Fri Jun 2 15:04:41 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/39ad7a36/nifi-docker/dockerhub/DockerImage.txt ---------------------------------------------------------------------- diff --git a/nifi-docker/dockerhub/DockerImage.txt b/nifi-docker/dockerhub/DockerImage.txt index f35085c..f8c382b 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 http://git-wip-us.apache.org/repos/asf/nifi/blob/39ad7a36/nifi-docker/dockerhub/Dockerfile ---------------------------------------------------------------------- diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile index cd7aaeb..8b83e10 100644 --- a/nifi-docker/dockerhub/Dockerfile +++ b/nifi-docker/dockerhub/Dockerfile @@ -21,7 +21,7 @@ MAINTAINER Apache NiFi <[email protected]> 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
