mirror of https://github.com/apache/nifi.git
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:
parent
32314d70fd
commit
39ad7a369e
|
@ -13,4 +13,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
apachenifi:1.1.1
|
||||
apachenifi:1.3.0
|
|
@ -21,7 +21,7 @@ MAINTAINER Apache NiFi <dev@nifi.apache.org>
|
|||
|
||||
ARG UID=1000
|
||||
ARG GID=50
|
||||
ARG NIFI_VERSION=1.2.0
|
||||
ARG NIFI_VERSION=1.3.0
|
||||
|
||||
ENV NIFI_BASE_DIR /opt/nifi
|
||||
ENV NIFI_HOME $NIFI_BASE_DIR/nifi-$NIFI_VERSION
|
||||
|
|
Loading…
Reference in New Issue