From 6226ed31eeacc260e2006b0fa3f623f049ae6bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:08:58 +0000 Subject: [PATCH 1/2] fix(docker): bump supabase/postgres in /pkg/config/templates Bumps supabase/postgres from 17.6.1.106 to 17.6.1.109. --- updated-dependencies: - dependency-name: supabase/postgres dependency-version: 17.6.1.109 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pkg/config/templates/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/templates/Dockerfile b/pkg/config/templates/Dockerfile index 4154c28b7c..21bf447527 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -1,5 +1,5 @@ # Exposed for updates by .github/dependabot.yml -FROM supabase/postgres:17.6.1.106 AS pg +FROM supabase/postgres:17.6.1.109 AS pg # Append to ServiceImages when adding new dependencies below FROM library/kong:2.8.1 AS kong FROM axllent/mailpit:v1.22.3 AS mailpit From 0f014bf399ed363d91c4ff6915dc4f2a5ff96403 Mon Sep 17 00:00:00 2001 From: Julien Goux Date: Tue, 26 May 2026 16:37:26 +0200 Subject: [PATCH 2/2] fix(docker): bump supabase/postgres to 17.6.1.129 Co-authored-by: Cursor --- apps/cli-go/pkg/config/templates/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli-go/pkg/config/templates/Dockerfile b/apps/cli-go/pkg/config/templates/Dockerfile index 92a19989a9..656a99de7d 100644 --- a/apps/cli-go/pkg/config/templates/Dockerfile +++ b/apps/cli-go/pkg/config/templates/Dockerfile @@ -1,5 +1,5 @@ # Exposed for updates by .github/dependabot.yml -FROM supabase/postgres:17.6.1.109 AS pg +FROM supabase/postgres:17.6.1.129 AS pg # Append to ServiceImages when adding new dependencies below FROM library/kong:2.8.1 AS kong FROM axllent/mailpit:v1.22.3 AS mailpit