From 11c6d541054bd8f9c623d82d4b8abd70bb6052be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:41:10 +0000 Subject: [PATCH] chore(deps): bump postgrest/postgrest in /pkg/config/templates Bumps postgrest/postgrest from v12.2.12 to v13.0.1. --- updated-dependencies: - dependency-name: postgrest/postgrest dependency-version: v13.0.1 dependency-type: direct:production ... 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 5241beb0d..249c60368 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -3,7 +3,7 @@ FROM supabase/postgres:17.4.1.038 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 postgrest/postgrest:v12.2.12 AS postgrest +FROM postgrest/postgrest:v13.0.2 AS postgrest FROM supabase/postgres-meta:v0.89.3 AS pgmeta FROM supabase/studio:2025.06.02-sha-8f2993d AS studio FROM darthsim/imgproxy:v3.8.0 AS imgproxy