mirror of https://github.com/apache/nifi.git
NIFI-4751 updated docker version
This commit is contained in:
parent
41ce788812
commit
5e3867011e
|
@ -13,4 +13,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
apachenifi:1.5.0
|
||||
apachenifi:1.6.0
|
||||
|
|
|
@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org"
|
|||
|
||||
ARG UID=1000
|
||||
ARG GID=1000
|
||||
ARG NIFI_VERSION=1.5.0
|
||||
ARG NIFI_VERSION=1.6.0
|
||||
ARG MIRROR=https://archive.apache.org/dist
|
||||
|
||||
ENV NIFI_BASE_DIR /opt/nifi
|
||||
|
|
Loading…
Reference in New Issue