mirror of https://github.com/apache/nifi.git
NIFI-4412 Updating Docker Hub image version information to accommodate next release.
This commit is contained in:
parent
2694adcca9
commit
36b16c9cdd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue