NIFI-4412 Updating Docker Hub image version information to accommodate next release.

This commit is contained in:
Jeff Storck 2017-10-02 14:20:40 -04:00
parent 2694adcca9
commit 36b16c9cdd
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apachenifi:1.4.0
apachenifi:1.5.0

View File

@ -21,7 +21,7 @@ LABEL maintainer "Apache NiFi <dev@nifi.apache.org>"
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