Skip to content
Open
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
2 changes: 1 addition & 1 deletion pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM supabase/postgres:17.6.1.054 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.7 AS postgrest
FROM postgrest/postgrest:v14.1 AS postgrest
FROM supabase/postgres-meta:v0.93.1 AS pgmeta
FROM supabase/studio:2025.11.17-sha-6a18e49 AS studio
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
Expand Down
Loading