From e9a28008c3f8efb9978c0ff5cd3fb8993044b1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 05:07:16 +0000 Subject: [PATCH] chore(deps): bump supabase/supavisor in /pkg/config/templates Bumps supabase/supavisor from 2.5.0 to 2.5.1. --- updated-dependencies: - dependency-name: supabase/supavisor dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 eee5923335..d574b3f51e 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -9,7 +9,7 @@ FROM supabase/studio:2025.04.17-sha-c0bddbb 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.5.0 AS supavisor +FROM supabase/supavisor:2.5.1 AS supavisor FROM supabase/gotrue:v2.171.0 AS gotrue FROM supabase/realtime:v2.34.47 AS realtime FROM supabase/storage-api:v1.22.3 AS storage