diff --git a/v7.17/Dockerfile.amd64 b/v7.17/Dockerfile.amd64 index 457379e..52d8c31 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.19 +ENV ELASTICSEARCH_VERSION=7.17.20 RUN apk update && \ apk upgrade && \ diff --git a/v7.17/Dockerfile.arm64 b/v7.17/Dockerfile.arm64 index 0e1bba7..926d5df 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.19 +ENV ELASTICSEARCH_VERSION=7.17.20 RUN apk update && \ apk upgrade && \