From 0079b1bb735108616ccb864461bb76b192439791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 01:08:54 +0000 Subject: [PATCH] fix(docker): bump supabase/postgres in /apps/cli-go/pkg/config/templates Bumps supabase/postgres from 17.6.1.130 to 17.6.1.131. --- updated-dependencies: - dependency-name: supabase/postgres dependency-version: 17.6.1.131 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 ff2bb42739..72482d01c9 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.130 AS pg +FROM supabase/postgres:17.6.1.131 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