From c72e03a3b70bc84a4507b57e7ded20732deac763 Mon Sep 17 00:00:00 2001 From: Fabrizio Date: Mon, 29 Jan 2024 03:58:12 +0000 Subject: [PATCH] fix(storage): bump storage version to v0.46.4 (#1883) * fix: bump storage v0.46.3 * chore: resolve lint error * chore: bump version --------- Co-authored-by: Qiao Han Co-authored-by: Han Qiao --- internal/utils/misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utils/misc.go b/internal/utils/misc.go index 535e04b5b..6b4173492 100644 --- a/internal/utils/misc.go +++ b/internal/utils/misc.go @@ -40,7 +40,7 @@ const ( PgProveImage = "supabase/pg_prove:3.36" GotrueImage = "supabase/gotrue:v2.132.3" RealtimeImage = "supabase/realtime:v2.25.50" - StorageImage = "supabase/storage-api:v0.43.11" + StorageImage = "supabase/storage-api:v0.46.4" LogflareImage = "supabase/logflare:1.4.0" // Should be kept in-sync with EdgeRuntimeImage DenoVersion = "1.30.3"