Skip to content

Commit

Permalink
chore(deps): update elasticsearch docker tag to v8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 74ac20d commit d8e6ad3
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.10.1
image: elasticsearch:8.10.2
container_name: elasticsearch
environment:
- cluster.name=docker-cluster
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- elastic

elasticsearch-replica:
image: elasticsearch:8.10.1
image: elasticsearch:8.10.2
container_name: elasticsearch-replica
environment:
- cluster.name=docker-cluster
Expand Down

0 comments on commit d8e6ad3

Please sign in to comment.