Skip to content

Commit

Permalink
chore(deps): update elasticsearch docker tag to v8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 196b1c8 commit ba2f152
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 ba2f152

Please sign in to comment.