Skip to content
Merged
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 @@ -11,7 +11,7 @@ FROM supabase/edge-runtime:v1.74.2 AS edgeruntime
FROM timberio/vector:0.53.0-alpine AS vector
FROM supabase/supavisor:2.9.7 AS supavisor
FROM supabase/gotrue:v2.191.0 AS gotrue
FROM supabase/realtime:v2.111.8 AS realtime
FROM supabase/realtime:v2.111.10 AS realtime

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 Update the TypeScript stack version too

When users start the Bun/TypeScript CLI stack, this Dockerfile is not consulted: apps/cli/src/next/config/stack-config.ts leaves unspecified service versions to @supabase/stack, and packages/stack/src/versions.ts still defaults realtime to 2.111.8 with tests asserting that tag. As a result this dependency bump only affects the Go template while the next CLI continues launching the old v2.111.8 image; please update the stack manifest and expectations in the same change.

Useful? React with 👍 / 👎.

FROM supabase/storage-api:v1.61.4 AS storage
FROM supabase/logflare:1.45.4 AS logflare
# Append to JobImages when adding new dependencies below
Expand Down
Loading