Skip to content
Closed
Changes from all commits
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
4 changes: 2 additions & 2 deletions pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM supabase/postgres:17.4.1.074 AS pg
# Append to ServiceImages when adding new dependencies below
FROM library/kong:2.8.1 AS kong
FROM axllent/mailpit:v1.22.3 AS mailpit
FROM postgrest/postgrest:v13.0.4 AS postgrest
FROM postgrest/postgrest:v13.0.5 AS postgrest
FROM supabase/postgres-meta:v0.91.5 AS pgmeta
FROM supabase/studio:2025.08.18-sha-c153df2 AS studio
FROM supabase/studio:2025.08.25-sha-72a94af AS studio
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
FROM supabase/edge-runtime:v1.69.1 AS edgeruntime
FROM timberio/vector:0.28.1-alpine AS vector
Expand Down
Loading