From 3d4dc823b72da024eaad9043705bc5164dff845f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 04:37:30 +0000 Subject: [PATCH] chore(deps): bump supabase/edge-runtime in /pkg/config/templates Bumps supabase/edge-runtime from v1.68.0 to v1.68.1. --- updated-dependencies: - dependency-name: supabase/edge-runtime dependency-version: v1.68.1 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 4ed647dc7..b77ad20db 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -7,7 +7,7 @@ FROM postgrest/postgrest:v12.2.12 AS postgrest FROM supabase/postgres-meta:v0.91.1 AS pgmeta FROM supabase/studio:2025.07.21-sha-88dca02 AS studio FROM darthsim/imgproxy:v3.8.0 AS imgproxy -FROM supabase/edge-runtime:v1.68.0 AS edgeruntime +FROM supabase/edge-runtime:v1.68.1 AS edgeruntime FROM timberio/vector:0.28.1-alpine AS vector FROM supabase/supavisor:2.5.7 AS supavisor FROM supabase/gotrue:v2.177.0 AS gotrue