Skip to content

Commit 7997a9f

Browse files
authored
Merge branch 'develop' into ny/add-use-pkg-json-flag
2 parents 25e7ac7 + de23187 commit 7997a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/config/templates/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ FROM supabase/postgres:17.6.1.029 AS pg
44
FROM library/kong:2.8.1 AS kong
55
FROM axllent/mailpit:v1.22.3 AS mailpit
66
FROM postgrest/postgrest:v13.0.7 AS postgrest
7-
FROM supabase/postgres-meta:v0.93.0 AS pgmeta
7+
FROM supabase/postgres-meta:v0.93.1 AS pgmeta
88
FROM supabase/studio:2025.10.27-sha-85b84e0 AS studio
99
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
10-
FROM supabase/edge-runtime:v1.69.14 AS edgeruntime
10+
FROM supabase/edge-runtime:v1.69.15 AS edgeruntime
1111
FROM timberio/vector:0.28.1-alpine AS vector
1212
FROM supabase/supavisor:2.7.3 AS supavisor
1313
FROM supabase/gotrue:v2.180.0 AS gotrue
14-
FROM supabase/realtime:v2.56.5 AS realtime
14+
FROM supabase/realtime:v2.57.2 AS realtime
1515
FROM supabase/storage-api:v1.28.2 AS storage
1616
FROM supabase/logflare:1.23.2 AS logflare
1717
# Append to JobImages when adding new dependencies below

0 commit comments

Comments
 (0)