Skip to content

Commit d362a8f

Browse files
authored
fix: update logflare to 1.3.17 (supabase#1279)
* fix: bump logflare to fix restart issue * fix: update vector schema to match studio query * Revert "fix: update vector schema to match studio query" This reverts commit 8d2703e. * fix: bump logflare version
1 parent aea070c commit d362a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils/misc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
GotrueImage = "supabase/gotrue:v2.62.1"
4141
RealtimeImage = "supabase/realtime:v2.10.1"
4242
StorageImage = "supabase/storage-api:v0.40.4"
43-
LogflareImage = "supabase/logflare:1.0.2"
43+
LogflareImage = "supabase/logflare:1.3.17"
4444
// Should be kept in-sync with EdgeRuntimeImage
4545
DenoVersion = "1.30.3"
4646
)

0 commit comments

Comments
 (0)