From fc7d961f98bd6d8cf343e4a864c891d7839e4421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:38:59 +0100 Subject: [PATCH] chore(deps): update dpage/pgadmin4 docker tag to v6.20 (#3128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | dpage/pgadmin4 | minor | `6.19` -> `6.20` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- scripts/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-compose.yml b/scripts/docker-compose.yml index c01eba8040..92486d2b4b 100644 --- a/scripts/docker-compose.yml +++ b/scripts/docker-compose.yml @@ -11,7 +11,7 @@ services: - 5432:5432 pgadmin: - image: dpage/pgadmin4:6.19 + image: dpage/pgadmin4:6.20 environment: PGADMIN_DEFAULT_EMAIL: 'admin@admin.com' PGADMIN_DEFAULT_PASSWORD: 'admin'