From 717d9ecc01230c1fd48d25d1564557f6b9a38ae1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 14 Feb 2026 14:44:01 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18.2 (#10) 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 | minor | `18.1-alpine` → `18.2-alpine` | --- ### 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.tainton.uk/repos/documize-docker/pulls/10 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index db0683e..1cba92c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: condition: service_healthy db: - image: postgres:18.1-alpine + image: postgres:18.2-alpine restart: unless-stopped environment: - POSTGRES_USER=documize