From 77d7679e240b0695e7186cc40210249686447eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 00:03:09 +0000 Subject: [PATCH] fix(docker): bump supabase/storage-api Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 1 update: supabase/storage-api. Updates `supabase/storage-api` from v1.60.4 to v1.60.8 --- updated-dependencies: - dependency-name: supabase/storage-api dependency-version: v1.60.8 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 76ba7210e..498f81796 100644 --- a/apps/cli-go/pkg/config/templates/Dockerfile +++ b/apps/cli-go/pkg/config/templates/Dockerfile @@ -12,7 +12,7 @@ FROM timberio/vector:0.53.0-alpine AS vector FROM supabase/supavisor:2.9.7 AS supavisor FROM supabase/gotrue:v2.189.0 AS gotrue FROM supabase/realtime:v2.103.4 AS realtime -FROM supabase/storage-api:v1.60.4 AS storage +FROM supabase/storage-api:v1.60.8 AS storage FROM supabase/logflare:1.43.4 AS logflare # Append to JobImages when adding new dependencies below FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ