NIFI-5323 Updated Docker info for next release.

This commit is contained in:
Andy LoPresto 2018-06-25 12:06:57 -07:00
parent ea9b0db2f6
commit ffcff8bfb5
No known key found for this signature in database
GPG Key ID: 6EC293152D90B61D
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.7.0
apache/nifi:1.8.0

View File

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