mirror of https://github.com/apache/nifi.git
NIFI-4995 update docker image and text info for next release
This commit is contained in:
parent
59f625d3c2
commit
5013753119
|
@ -13,4 +13,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
apache/nifi:1.6.0
|
||||
apache/nifi:1.7.0
|
||||
|
|
|
@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org"
|
|||
|
||||
ARG UID=1000
|
||||
ARG GID=1000
|
||||
ARG NIFI_VERSION=1.6.0
|
||||
ARG NIFI_VERSION=1.7.0
|
||||
ARG MIRROR=https://archive.apache.org/dist
|
||||
|
||||
ENV NIFI_BASE_DIR /opt/nifi
|
||||
|
|
Loading…
Reference in New Issue