docs(auto): Update image tag, for release v1.10.2 (#3851)

Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-07-05 19:07:22 +00:00 committed by GitHub
parent d954b5cf48
commit 31c7cb7906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In
```yaml
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v1.10.1 # (3)
image: ghcr.io/mealie-recipes/mealie:v1.10.2 # (3)
container_name: mealie
restart: always
ports:

View File

@ -11,7 +11,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
```yaml
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v1.10.1 # (3)
image: ghcr.io/mealie-recipes/mealie:v1.10.2 # (3)
container_name: mealie
restart: always
ports: