Skip to content

Commit

Permalink
chore(deps): update elasticsearch docker tag to v8.15.1 (#192)
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 Sep 9, 2024
1 parent 00c2908 commit 1a96724
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.14.2
image: elasticsearch:8.15.1
container_name: elasticsearch
environment:
- cluster.name=docker-cluster
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- elastic

elasticsearch-replica:
image: elasticsearch:8.14.2
image: elasticsearch:8.15.1
container_name: elasticsearch-replica
environment:
- cluster.name=docker-cluster
Expand Down

0 comments on commit 1a96724

Please sign in to comment.