From 4c79d8e81bc54fd7ed0dfb84c72c654f0d309d9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:29:55 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v12.22 --- .github/workflows/pro_selfhosted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pro_selfhosted.yml b/.github/workflows/pro_selfhosted.yml index 951dfad72..d96476f2b 100644 --- a/.github/workflows/pro_selfhosted.yml +++ b/.github/workflows/pro_selfhosted.yml @@ -187,7 +187,7 @@ jobs: services: postgres: - image: postgres:12.18 + image: postgres:12.22 env: POSTGRES_USER: semaphore POSTGRES_PASSWORD: p455w0rd @@ -463,7 +463,7 @@ jobs: services: postgres: - image: postgres:12.18 + image: postgres:12.22 env: POSTGRES_USER: semaphore POSTGRES_PASSWORD: p455w0rd