Skip to content

Commit c353604

Browse files
fix(docker): bump postgrest/postgrest in /pkg/config/templates
Bumps postgrest/postgrest from v13.0.7 to v14.0. --- updated-dependencies: - dependency-name: postgrest/postgrest dependency-version: v14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbc6df7 commit c353604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/templates/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM supabase/postgres:17.6.1.029 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:v13.0.7 AS postgrest
6+
FROM postgrest/postgrest:v14.0 AS postgrest
77
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

0 commit comments

Comments
 (0)