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 && \