Skip to content

Commit

Permalink
NiFi updated to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jul 8, 2023
1 parent 7e838b2 commit 2552239
Showing 1 changed file with 2 additions and 2 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.20.0}
FROM apache/nifi:${NIFI_VERSION:-1.22.0}

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

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

ENV NIFI_UID ${NIFI_UID:-1000}
ENV NIFI_GID ${NIFI_GID:-1000}
Expand Down

0 comments on commit 2552239

Please sign in to comment.