From 8f2cd7a825810464a2753cfee0e7957c3d57dfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:48:20 +0000 Subject: [PATCH] fix(docker): bump supabase/studio Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/studio. Updates `supabase/studio` from 2025.11.10-sha-5291fe3 to 2025.11.17-sha-6a18e49 --- updated-dependencies: - dependency-name: supabase/studio dependency-version: 2025.11.17-sha-6a18e49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-minor ... 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 b5252fd39..f7d1c10ed 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -5,7 +5,7 @@ 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 supabase/postgres-meta:v0.93.1 AS pgmeta -FROM supabase/studio:2025.11.10-sha-5291fe3 AS studio +FROM supabase/studio:2025.11.17-sha-6a18e49 AS studio FROM darthsim/imgproxy:v3.8.0 AS imgproxy FROM supabase/edge-runtime:v1.69.24 AS edgeruntime FROM timberio/vector:0.28.1-alpine AS vector