diff --git a/v7.17/Dockerfile.amd64 b/v7.17/Dockerfile.amd64 index 65ab0b7..dbd1000 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.26 +ENV ELASTICSEARCH_VERSION=7.17.27 RUN apk update && \ apk upgrade && \ diff --git a/v7.17/Dockerfile.arm64 b/v7.17/Dockerfile.arm64 index 29e0a0a..423ee74 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.26 +ENV ELASTICSEARCH_VERSION=7.17.27 RUN apk update && \ apk upgrade && \