NIFI-4011 Updating Docker Hub image version information to accommodate next release.

This closes #1884.

Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
Aldrin Piri 2017-06-02 14:33:16 -04:00
parent 32314d70fd
commit 39ad7a369e
No known key found for this signature in database
GPG Key ID: 531AEBAA4CFE5D00
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.1.1 apachenifi:1.3.0

View File

@ -21,7 +21,7 @@ MAINTAINER Apache NiFi <dev@nifi.apache.org>
ARG UID=1000 ARG UID=1000
ARG GID=50 ARG GID=50
ARG NIFI_VERSION=1.2.0 ARG NIFI_VERSION=1.3.0
ENV NIFI_BASE_DIR /opt/nifi ENV NIFI_BASE_DIR /opt/nifi
ENV NIFI_HOME $NIFI_BASE_DIR/nifi-$NIFI_VERSION ENV NIFI_HOME $NIFI_BASE_DIR/nifi-$NIFI_VERSION