From 7ab28710112e4b67a2329849715f4226b6b50979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 05:23:07 +0000 Subject: [PATCH] chore(deps): bump supabase/studio in /pkg/config/templates Bumps supabase/studio from 2025.06.16-sha-c4316c3 to 2025.06.23-sha-17632f7. --- updated-dependencies: - dependency-name: supabase/studio dependency-version: 2025.06.23-sha-17632f7 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 863aa1467a..8b9a84594c 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:v12.2.12 AS postgrest FROM supabase/postgres-meta:v0.89.3 AS pgmeta -FROM supabase/studio:2025.06.16-sha-c4316c3 AS studio +FROM supabase/studio:2025.06.23-sha-17632f7 AS studio FROM darthsim/imgproxy:v3.8.0 AS imgproxy FROM supabase/edge-runtime:v1.67.4 AS edgeruntime FROM timberio/vector:0.28.1-alpine AS vector