From f13577c2e70bfb5ee013d9c07bcec9e6c01b1a99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 01:08:37 +0000 Subject: [PATCH] patch(deps): update dependency elastic/elasticsearch to v7.17.13 --- 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 2f5e303..3eb9b62 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.12 +ENV ELASTICSEARCH_VERSION=7.17.13 RUN apk update && \ apk upgrade && \ diff --git a/v7.17/Dockerfile.arm64 b/v7.17/Dockerfile.arm64 index ee8c6a2..279a8b5 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.12 +ENV ELASTICSEARCH_VERSION=7.17.13 RUN apk update && \ apk upgrade && \