From 7a41895d3badf699de16a7b2b87084aef15ffab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:13:55 +0000 Subject: [PATCH] fix(docker): bump supabase/studio Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 1 update: supabase/studio. Updates `supabase/studio` from 2026.06.01-sha-a4334a2 to 2026.06.03-sha-0bca601 --- updated-dependencies: - dependency-name: supabase/studio dependency-version: 2026.06.03-sha-0bca601 dependency-type: direct:production dependency-group: docker-minor ... 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 748e2604a..6c3c9107b 100644 --- a/apps/cli-go/pkg/config/templates/Dockerfile +++ b/apps/cli-go/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:v14.12 AS postgrest FROM supabase/postgres-meta:v0.96.6 AS pgmeta -FROM supabase/studio:2026.06.01-sha-a4334a2 AS studio +FROM supabase/studio:2026.06.03-sha-0bca601 AS studio FROM darthsim/imgproxy:v3.8.0 AS imgproxy FROM supabase/edge-runtime:v1.74.0 AS edgeruntime FROM timberio/vector:0.53.0-alpine AS vector