Skip to content

Commit

Permalink
Update elasticsearch Docker tag to v7.17.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent d16c44f commit fada5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
MARIADB_USER: magento
MARIADB_PASSWORD: magento
elastic:
image: elasticsearch:7.17.13
image: elasticsearch:7.17.17
container_name: elasticsearch
networks:
- backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
networks:
- backend
elastic:
image: elasticsearch:7.17.13
image: elasticsearch:7.17.17
container_name: elasticsearch
ports:
- 9200:9200
Expand Down

0 comments on commit fada5ca

Please sign in to comment.