NIFI-4751 updated docker version

This commit is contained in:
joewitt 2018-01-12 15:19:15 -05:00
parent 41ce788812
commit 5e3867011e
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 # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
apachenifi:1.5.0 apachenifi:1.6.0

View File

@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org"
ARG UID=1000 ARG UID=1000
ARG GID=1000 ARG GID=1000
ARG NIFI_VERSION=1.5.0 ARG NIFI_VERSION=1.6.0
ARG MIRROR=https://archive.apache.org/dist ARG MIRROR=https://archive.apache.org/dist
ENV NIFI_BASE_DIR /opt/nifi ENV NIFI_BASE_DIR /opt/nifi