UNCLASSIFIED

Commit afa57cf1 authored by Elvis Chi's avatar Elvis Chi 💬
Browse files

Merge branch 'update-patch' into 'development'

Update Dockerfile

See merge request !40
parents 92383eb1 a61b7157
Pipeline #414949 passed with stages
in 28 minutes and 17 seconds
...@@ -6,7 +6,7 @@ FROM apache/nifi:1.14.0 as base ...@@ -6,7 +6,7 @@ FROM apache/nifi:1.14.0 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ENV NIFI_VERSION=1.13.0 ENV NIFI_VERSION=1.14.0
ENV NIFI_BASE_DIR=/opt/nifi ENV NIFI_BASE_DIR=/opt/nifi
ENV NIFI_HOME=${NIFI_BASE_DIR}/nifi-current ENV NIFI_HOME=${NIFI_BASE_DIR}/nifi-current
ENV NIFI_VERSION_DIR=nifi-${NIFI_VERSION} \ ENV NIFI_VERSION_DIR=nifi-${NIFI_VERSION} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment