From bcdaab99c47c92d9e9966294099f0ee275bef9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:45:17 +0000 Subject: [PATCH] fix(docker): bump postgrest/postgrest in /pkg/config/templates Bumps postgrest/postgrest from v13.0.7 to v14.1. --- updated-dependencies: - dependency-name: postgrest/postgrest dependency-version: v14.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 77969e63b..1199a120a 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -3,7 +3,7 @@ FROM supabase/postgres:17.6.1.054 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:v13.0.7 AS postgrest +FROM postgrest/postgrest:v14.1 AS postgrest FROM supabase/postgres-meta:v0.93.1 AS pgmeta FROM supabase/studio:2025.11.26-sha-8f096b5 AS studio FROM darthsim/imgproxy:v3.8.0 AS imgproxy