Skip to content

Commit

Permalink
patch(deps): update dependency elastic/elasticsearch to v7.17.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent fa84301 commit f13577c
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.12
ENV ELASTICSEARCH_VERSION=7.17.13

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.12
ENV ELASTICSEARCH_VERSION=7.17.13

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

0 comments on commit f13577c

Please sign in to comment.