NIFI-9780 updating docker file versions

This commit is contained in:
Joe Witt 2022-03-09 13:35:25 -07:00
parent 4a46b087b8
commit df2f1f3b49
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
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.
apache/nifi:1.15.0
apache/nifi:1.16.0

View File

@ -24,7 +24,7 @@ LABEL site="https://nifi.apache.org"
ARG UID=1000
ARG GID=1000
ARG NIFI_VERSION=1.15.0
ARG NIFI_VERSION=1.16.0
ARG BASE_URL=https://archive.apache.org/dist
ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
ARG DISTRO_PATH=${DISTRO_PATH:-${NIFI_VERSION}}