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 apps/cli-go/pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM supabase/postgres:17.6.1.158 AS pg
FROM library/kong:2.8.1 AS kong
FROM axllent/mailpit:v1.30.2 AS mailpit
FROM postgrest/postgrest:v14.16 AS postgrest
FROM supabase/postgres-meta:v0.96.6 AS pgmeta
FROM supabase/postgres-meta:v0.96.8 AS pgmeta

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Sync pgmeta default for the stack runtime

This bump only changes the embedded Go Dockerfile manifest, but the TypeScript stack defaults are generated from the same manifest and still have pgmeta: "0.96.6" in packages/stack/src/versions.ts:63; resolvePgmetaConfig uses that default when no override is provided. For users starting the TS/@supabase/stack local runtime without --service-version pgmeta=..., the CLI will continue pulling v0.96.6, so the dependency bump does not take effect there. Please include the packages/stack version sync output with this change.

Useful? React with 👍 / 👎.

FROM supabase/studio:2026.08.03-sha-022b374 AS studio
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
FROM supabase/edge-runtime:v1.74.3 AS edgeruntime
Expand Down
Loading