mirror of https://github.com/apache/nifi.git
NIFI-9780 updating docker file versions
This commit is contained in:
parent
4a46b087b8
commit
df2f1f3b49
|
@ -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.
|
||||||
|
|
||||||
apache/nifi:1.15.0
|
apache/nifi:1.16.0
|
||||||
|
|
|
@ -24,7 +24,7 @@ LABEL site="https://nifi.apache.org"
|
||||||
|
|
||||||
ARG UID=1000
|
ARG UID=1000
|
||||||
ARG GID=1000
|
ARG GID=1000
|
||||||
ARG NIFI_VERSION=1.15.0
|
ARG NIFI_VERSION=1.16.0
|
||||||
ARG BASE_URL=https://archive.apache.org/dist
|
ARG BASE_URL=https://archive.apache.org/dist
|
||||||
ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
|
ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
|
||||||
ARG DISTRO_PATH=${DISTRO_PATH:-${NIFI_VERSION}}
|
ARG DISTRO_PATH=${DISTRO_PATH:-${NIFI_VERSION}}
|
||||||
|
|
Loading…
Reference in New Issue