From 9e23ed1a07eed83d54385f240a0ca85b8bd3af2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 06:02:19 -0500 Subject: [PATCH] docs(auto): Update image tag, for release v1.4.0 (#3411) * Update image tag, for release v1.4.0 * Commit without changing anything.. to trigger workflows on PR 3411 --------- Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com> --- .../docs/documentation/getting-started/installation/postgres.md | 2 +- docs/docs/documentation/getting-started/installation/sqlite.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index 7e0f33a4277d..30ba1e86a3bd 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -9,7 +9,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In version: "3.7" services: mealie: - image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3) + image: ghcr.io/mealie-recipes/mealie:v1.4.0 # (3) container_name: mealie ports: - "9925:9000" # (1) diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index 937cb4cd52a1..057e8743684c 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -13,7 +13,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th version: "3.7" services: mealie: - image: ghcr.io/mealie-recipes/mealie:v1.3.2 # (3) + image: ghcr.io/mealie-recipes/mealie:v1.4.0 # (3) container_name: mealie ports: - "9925:9000" # (1)