We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef520d commit ac91981Copy full SHA for ac91981
pkg/config/templates/Dockerfile
@@ -9,10 +9,10 @@ FROM supabase/studio:2025.10.27-sha-85b84e0 AS studio
9
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
10
FROM supabase/edge-runtime:v1.69.15 AS edgeruntime
11
FROM timberio/vector:0.28.1-alpine AS vector
12
-FROM supabase/supavisor:2.7.3 AS supavisor
+FROM supabase/supavisor:2.7.4 AS supavisor
13
FROM supabase/gotrue:v2.180.0 AS gotrue
14
-FROM supabase/realtime:v2.57.3 AS realtime
15
-FROM supabase/storage-api:v1.28.2 AS storage
+FROM supabase/realtime:v2.57.6 AS realtime
+FROM supabase/storage-api:v1.28.3 AS storage
16
FROM supabase/logflare:1.23.2 AS logflare
17
# Append to JobImages when adding new dependencies below
18
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
0 commit comments