Skip to content

Commit

Permalink
chore(deps): update docker.elastic.co/elasticsearch/elasticsearch doc…
Browse files Browse the repository at this point in the history
…ker tag to v7.17.19
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 6ae25eb commit 3a3a14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: publish
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.19
env:
discovery.type: single-node
cluster.name: docker-cluster
Expand Down
2 changes: 1 addition & 1 deletion zeebe-extra/.github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.19
env:
discovery.type: single-node
cluster.name: docker-cluster
Expand Down

0 comments on commit 3a3a14f

Please sign in to comment.