Skip to content
Open
Show file tree
Hide file tree
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 @@ -13,7 +13,7 @@ FROM supabase/supavisor:2.9.7 AS supavisor
FROM supabase/gotrue:v2.192.0 AS gotrue
FROM supabase/realtime:v2.112.10 AS realtime
FROM supabase/storage-api:v1.66.2 AS storage
FROM supabase/logflare:1.47.0 AS logflare
FROM supabase/logflare:1.47.1 AS logflare

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 stack defaults with the Logflare bump

When this Dockerfile tag changes, the TypeScript stack default manifest also needs the same analytics version: packages/stack/docs/service-versioning.md documents DEFAULT_VERSIONS as the TS CLI's built-in defaults, but packages/stack/src/versions.ts still has analytics: "1.47.0". If this lands as-is, legacy Dockerfile-based paths use Logflare 1.47.1 while new/unlinked TS stacks continue starting 1.47.0; run the stack version sync and commit the resulting packages/stack/src/versions.ts update with this bump.

Useful? React with 👍 / 👎.

# Append to JobImages when adding new dependencies below
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
FROM supabase/migra:3.0.1663481299 AS migra
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const DEFAULT_VERSIONS: VersionManifest = {
mailpit: "v1.30.2",
pgmeta: "0.96.6",
studio: "2026.07.07-sha-a6a04f2",
analytics: "1.47.0",
analytics: "1.47.1",
vector: "0.53.0-alpine",
pooler: "2.9.7",
} as const;
Expand Down
Loading