Skip to content

Commit

Permalink
NiFi: updated to version 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Sep 27, 2023
1 parent be3ac5e commit f579246
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nifi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM apache/nifi:${NIFI_VERSION:-1.22.0}
FROM apache/nifi:${NIFI_VERSION:-1.23.2}

ARG HTTP_PROXY=""
ARG HTTPS_PROXY=""
ARG no_proxy=""
ARG DEBIAN_FRONTEND=noninteractive

ENV NIFI_VERSION=${NIFI_VERSION:-1.22.0}
ENV NIFI_VERSION=${NIFI_VERSION:-1.23.2}

ENV NIFI_UID ${NIFI_UID:-1000}
ENV NIFI_GID ${NIFI_GID:-1000}
Expand Down
2 changes: 1 addition & 1 deletion security/nifi_toolkit_security.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

NIFI_TOOLKIT_VERSION=${NIFI_VERSION:-"1.22.0"}
NIFI_TOOLKIT_VERSION=${NIFI_VERSION:-"1.23.2"}

if [[ -z "${NIFI_TOOLKIT_VERSION}" ]]; then
NIFI_TOOLKIT_VERSION=$NIFI_TOOLKIT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion security/nifi_toolkit_security_client_cert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

NIFI_TOOLKIT_VERSION=${NIFI_VERSION:-"1.22.0"}
NIFI_TOOLKIT_VERSION=${NIFI_VERSION:-"1.23.2"}

if [[ -z "${NIFI_TOOLKIT_VERSION}" ]]; then
NIFI_TOOLKIT_VERSION=$NIFI_TOOLKIT_VERSION
Expand Down

0 comments on commit f579246

Please sign in to comment.