Skip to content

Commit

Permalink
chore(deps): update elasticsearch docker tag to v8.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 5162062 commit 196b1c8
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.2
image: elasticsearch:8.15.3
container_name: elasticsearch
environment:
- cluster.name=docker-cluster
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- elastic

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

0 comments on commit 196b1c8

Please sign in to comment.