From 45bfd5f2b53081f231c997eab4ae7ab9b1c4abec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:33:54 +0000 Subject: [PATCH] chore(deps): bump supabase/gotrue in /pkg/config/templates Bumps supabase/gotrue from v2.167.0 to v2.169.0. --- updated-dependencies: - dependency-name: supabase/gotrue 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 81b1b9e69..36294f29c 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -10,7 +10,7 @@ FROM darthsim/imgproxy:v3.8.0 AS imgproxy FROM supabase/edge-runtime:v1.67.2 AS edgeruntime FROM timberio/vector:0.28.1-alpine AS vector FROM supabase/supavisor:1.1.56 AS supavisor -FROM supabase/gotrue:v2.167.0 AS gotrue +FROM supabase/gotrue:v2.169.0 AS gotrue FROM supabase/realtime:v2.34.7 AS realtime FROM supabase/storage-api:v1.19.1 AS storage FROM supabase/logflare:1.4.0 AS logflare