From 72161d6f94e575e7922e49167d89421c8453e5e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:54:48 +0000 Subject: [PATCH] patch(deps): update dependency elastic/elasticsearch to v7.17.14 --- v7.17/Dockerfile.amd64 | 2 +- v7.17/Dockerfile.arm64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v7.17/Dockerfile.amd64 b/v7.17/Dockerfile.amd64 index 0741925..d93592a 100644 --- a/v7.17/Dockerfile.amd64 +++ b/v7.17/Dockerfile.amd64 @@ -7,7 +7,7 @@ WORKDIR /var/lib/elasticsearch CMD ["/usr/bin/container"] # renovate: datasource=github-releases depName=elastic/elasticsearch -ENV ELASTICSEARCH_VERSION=7.17.13 +ENV ELASTICSEARCH_VERSION=7.17.14 RUN apk update && \ apk upgrade && \ diff --git a/v7.17/Dockerfile.arm64 b/v7.17/Dockerfile.arm64 index 755ed7d..1cd9709 100644 --- a/v7.17/Dockerfile.arm64 +++ b/v7.17/Dockerfile.arm64 @@ -7,7 +7,7 @@ WORKDIR /var/lib/elasticsearch CMD ["/usr/bin/container"] # renovate: datasource=github-releases depName=elastic/elasticsearch -ENV ELASTICSEARCH_VERSION=7.17.13 +ENV ELASTICSEARCH_VERSION=7.17.14 RUN apk update && \ apk upgrade && \