Skip to content

Commit

Permalink
patch(deps): update dependency elastic/elasticsearch to v7.17.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent 7bbbad6 commit d8e467f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v7.17/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /var/lib/elasticsearch
CMD ["/usr/bin/container"]

# renovate: datasource=github-releases depName=elastic/elasticsearch
ENV ELASTICSEARCH_VERSION=7.17.21
ENV ELASTICSEARCH_VERSION=7.17.22

RUN apk update && \
apk upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion v7.17/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /var/lib/elasticsearch
CMD ["/usr/bin/container"]

# renovate: datasource=github-releases depName=elastic/elasticsearch
ENV ELASTICSEARCH_VERSION=7.17.21
ENV ELASTICSEARCH_VERSION=7.17.22

RUN apk update && \
apk upgrade && \
Expand Down

0 comments on commit d8e467f

Please sign in to comment.