Skip to content

Commit d6988c3

Browse files
authored
Merge branch 'develop' into fix/notification-email-templates
2 parents 7bc1166 + fdd79cf commit d6988c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/config/templates/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Exposed for updates by .github/dependabot.yml
2-
FROM supabase/postgres:17.6.1.072 AS pg
2+
FROM supabase/postgres:17.6.1.074 AS pg
33
# Append to ServiceImages when adding new dependencies below
44
FROM library/kong:2.8.1 AS kong
55
FROM axllent/mailpit:v1.22.3 AS mailpit
66
FROM postgrest/postgrest:v14.3 AS postgrest
77
FROM supabase/postgres-meta:v0.95.2 AS pgmeta
8-
FROM supabase/studio:2026.01.19-sha-9f07af0 AS studio
8+
FROM supabase/studio:2026.01.26-sha-1b6582e AS studio
99
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
1010
FROM supabase/edge-runtime:v1.70.0 AS edgeruntime
1111
FROM timberio/vector:0.28.1-alpine AS vector
1212
FROM supabase/supavisor:2.7.4 AS supavisor
1313
FROM supabase/gotrue:v2.185.0 AS gotrue
14-
FROM supabase/realtime:v2.71.4 AS realtime
14+
FROM supabase/realtime:v2.72.0 AS realtime
1515
FROM supabase/storage-api:v1.33.5 AS storage
16-
FROM supabase/logflare:1.30.2 AS logflare
16+
FROM supabase/logflare:1.30.3 AS logflare
1717
# Append to JobImages when adding new dependencies below
1818
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
1919
FROM supabase/migra:3.0.1663481299 AS migra

0 commit comments

Comments
 (0)