This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a commit to branch support/nifi-1.9.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.9.x by this push:
new c1670d2 NIFI-6116 Updated dockerfile versions to next release version as per release
guide
c1670d2 is described below
commit c1670d2ba0752e288708976d6a4c19991ab57ce2
Author: Joe Witt <joewitt@apache.org>
AuthorDate: Sat Mar 16 16:16:18 2019 -0400
NIFI-6116 Updated dockerfile versions to next release version as per release guide
---
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 18a254a..dee2961 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.
-apache/nifi:1.9.0
+apache/nifi:1.9.2
diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile
index 08c38c6..d89c99a 100644
--- a/nifi-docker/dockerhub/Dockerfile
+++ b/nifi-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org"
ARG UID=1000
ARG GID=1000
-ARG NIFI_VERSION=1.9.0
+ARG NIFI_VERSION=1.9.2
ARG BASE_URL=https://archive.apache.org/dist
ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
ARG NIFI_BINARY_PATH=${NIFI_BINARY_PATH:-/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-bin.zip}
|