Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM supabase/supavisor:2.6.0 AS supavisor
FROM supabase/gotrue:v2.177.0 AS gotrue
FROM supabase/realtime:v2.41.11 AS realtime
FROM supabase/storage-api:v1.25.12 AS storage
FROM supabase/logflare:1.14.2 AS logflare
FROM supabase/logflare:1.17.2 AS logflare
# Append to JobImages when adding new dependencies below
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
FROM supabase/migra:3.0.1663481299 AS migra
Expand Down
Loading