Skip to content
Merged
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 @@ -12,7 +12,7 @@ FROM timberio/vector:0.28.1-alpine AS vector
FROM supabase/supavisor:2.7.0 AS supavisor
FROM supabase/gotrue:v2.180.0 AS gotrue
FROM supabase/realtime:v2.51.3 AS realtime
FROM supabase/storage-api:v1.27.4 AS storage
FROM supabase/storage-api:v1.27.6 AS storage
FROM supabase/logflare:1.22.3 AS logflare
# Append to JobImages when adding new dependencies below
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
Expand Down