From 4eff2d4bcd269302fe2599e99dd53608b917993c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 05:02:23 +0000 Subject: [PATCH] chore(deps): bump supabase/supavisor in /pkg/config/templates Bumps supabase/supavisor from 2.4.14 to 2.5.0. --- updated-dependencies: - dependency-name: supabase/supavisor dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-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 f7364eecac..6df8513eee 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -9,7 +9,7 @@ FROM supabase/studio:20250317-6955350 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 -FROM supabase/supavisor:2.4.14 AS supavisor +FROM supabase/supavisor:2.5.0 AS supavisor FROM supabase/gotrue:v2.170.0 AS gotrue FROM supabase/realtime:v2.34.46 AS realtime FROM supabase/storage-api:v1.22.2 AS storage