From 1669b29bbd811c54f57a52a5ed39c8f2429811f1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 27 Sep 2024 11:58:17 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 (!22) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | major | `16.4` -> `17.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.kjan.de/jank/LF8/pulls/22 Reviewed-by: Jan Gleytenhoover Co-authored-by: Renovate Co-committed-by: Renovate --- docker/local/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/local/docker-compose.yml b/docker/local/docker-compose.yml index 7b556ef..add2420 100644 --- a/docker/local/docker-compose.yml +++ b/docker/local/docker-compose.yml @@ -7,7 +7,7 @@ volumes: services: postgres_for_lf8_starter: container_name: lf8_starter_postgres_container - image: postgres:16.4 + image: postgres:17.0 volumes: - lf8_starter_postgres_data:/var/lib/postgresql/data environment: