Skip to content

Commit

Permalink
chore(deps): update getmeili/meilisearch docker tag to v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 26, 2024
1 parent 7faf850 commit c8c8773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
volumes:
- redis:/data
search:
image: getmeili/meilisearch:v1.9
image: getmeili/meilisearch:v1.10
volumes:
- meilisearch-data:/meili_data
env_file: ../.env
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- "6379:6379"
search:
image: getmeili/meilisearch:v1.9
image: getmeili/meilisearch:v1.10
volumes:
- meilisearch-data:/meili_data
env_file: .env
Expand Down

0 comments on commit c8c8773

Please sign in to comment.