Skip to content

Commit

Permalink
Merge pull request #88 from dockhippie/renovate/patch-versions
Browse files Browse the repository at this point in the history
patch(deps): update dependency elastic/elasticsearch to v7.17.24
  • Loading branch information
tboerger authored Sep 10, 2024
2 parents 4ad810a + 6ecee6a commit affbd4a
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.23
ENV ELASTICSEARCH_VERSION=7.17.24

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.23
ENV ELASTICSEARCH_VERSION=7.17.24

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

0 comments on commit affbd4a

Please sign in to comment.