Skip to content
Open
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions apps/cli-go/pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ FROM darthsim/imgproxy:v3.8.0 AS imgproxy
FROM supabase/edge-runtime:v1.74.3 AS edgeruntime
FROM timberio/vector:0.53.0-alpine AS vector
FROM supabase/supavisor:2.9.7 AS supavisor
FROM supabase/gotrue:v2.195.0 AS gotrue
FROM supabase/realtime:v2.129.0 AS realtime
FROM supabase/storage-api:v1.69.11 AS storage
FROM supabase/logflare:1.50.2 AS logflare
FROM supabase/gotrue:v2.196.0 AS gotrue
FROM supabase/realtime:v2.129.3 AS realtime
FROM supabase/storage-api:v1.70.3 AS storage
FROM supabase/logflare:1.50.4 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