From 6f0c8b85e6db4a119e1a9235aad6f5714efb91d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 07:54:15 +0100 Subject: [PATCH] Update postgres Docker tag to v16.1 (#2842) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | minor | `16.0-alpine` -> `16.1-alpine` | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - "before 4am" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/woodpecker-ci/woodpecker). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker-compose.gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.gitpod.yml b/docker-compose.gitpod.yml index 1da092052..4661da567 100644 --- a/docker-compose.gitpod.yml +++ b/docker-compose.gitpod.yml @@ -2,7 +2,7 @@ version: '3' services: gitea-database: - image: postgres:16.0-alpine + image: postgres:16.1-alpine environment: POSTGRES_USER: gitea POSTGRES_PASSWORD: 123456