Skip to content

Commit 2c0fe2c

Browse files
fix(docker): bump the docker-minor group across 1 directory with 5 updates (#4704)
1 parent 4e3c01a commit 2c0fe2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/config/templates/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ FROM supabase/postgres:17.6.1.067 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
6-
FROM postgrest/postgrest:v14.2 AS postgrest
7-
FROM supabase/postgres-meta:v0.95.1 AS pgmeta
6+
FROM postgrest/postgrest:v14.3 AS postgrest
7+
FROM supabase/postgres-meta:v0.95.2 AS pgmeta
88
FROM supabase/studio:2025.12.29-sha-c223130 AS studio
99
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
10-
FROM supabase/edge-runtime:v1.69.28 AS edgeruntime
10+
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.184.0 AS gotrue
14-
FROM supabase/realtime:v2.69.1 AS realtime
15-
FROM supabase/storage-api:v1.33.4 AS storage
14+
FROM supabase/realtime:v2.69.2 AS realtime
15+
FROM supabase/storage-api:v1.33.5 AS storage
1616
FROM supabase/logflare:1.27.3 AS logflare
1717
# Append to JobImages when adding new dependencies below
1818
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ

0 commit comments

Comments
 (0)