NIFI-9344 updating docker versions for nifi release

This commit is contained in:
Joe Witt 2021-10-28 08:35:45 -07:00
parent 75d1d7f6e7
commit 74151eab1f
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.14.0
apache/nifi:1.15.0

View File

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