From 806c8ac929c7ab915480308c1ce0b1e26451f9c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 Aug 2025 02:13:19 +0000 Subject: [PATCH] Update docker.io/postgres Docker tag to v17.6 (#1232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/postgres | minor | `17.5-alpine3.21` -> `17.6-alpine3.21` | --- ### 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://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1232 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- hosts/ps10rp/gitea/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 9d8f16e02..31385cdbc 100644 --- a/hosts/ps10rp/gitea/compose.yaml +++ b/hosts/ps10rp/gitea/compose.yaml @@ -19,7 +19,7 @@ services: - /dev/net/tun:/dev/net/tun postgresql: - image: docker.io/postgres:17.5-alpine3.21 + image: docker.io/postgres:17.6-alpine3.21 container_name: gitea-postgres env_file: - .env