Skip to content

Commit

Permalink
chore(deps): update elasticsearch docker tag to v8.16.0 (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 75cbfa4 commit 9ead6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
elasticsearch:
image: elasticsearch:8.15.3
image: elasticsearch:8.16.0
container_name: elasticsearch
environment:
- cluster.name=docker-cluster
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- elastic

elasticsearch-replica:
image: elasticsearch:8.15.3
image: elasticsearch:8.16.0
container_name: elasticsearch-replica
environment:
- cluster.name=docker-cluster
Expand Down

0 comments on commit 9ead6b7

Please sign in to comment.