From 467cf46c6dba2ac79bd2823bdfc744b6d27e0d49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 06:28:13 +0000 Subject: [PATCH] docs(auto): Update image tag, for release v1.5.1 (#3482) Co-authored-by: hay-kot <64056131+hay-kot@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 0b9d1b1a2dbc..b18f8418b2d5 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -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.4.0 # (3) + image: ghcr.io/mealie-recipes/mealie:v1.5.1 # (3) container_name: mealie restart: always ports: diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index d9ff176309cb..4131864f8a69 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -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.4.0 # (3) + image: ghcr.io/mealie-recipes/mealie:v1.5.1 # (3) container_name: mealie restart: always ports: