Skip to content
Closed
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
4 changes: 2 additions & 2 deletions apps/cli-go/pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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.193.0 AS gotrue
FROM supabase/realtime:v2.113.4 AS realtime
FROM supabase/storage-api:v1.66.4 AS storage
FROM supabase/realtime:v2.116.1 AS realtime
FROM supabase/storage-api:v1.67.5 AS storage
Comment on lines +14 to +15

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 default service versions

When this Dockerfile is bumped, the TypeScript stack runtime also needs the mirrored pins in packages/stack/src/versions.ts; those defaults still list realtime 2.113.4 and storage 1.66.4, and StackPreparation uses DEFAULT_VERSIONS whenever callers do not supply linked overrides. Users starting the new @supabase/stack/TS CLI path will therefore keep launching the old images while the Go CLI uses these newer ones, so the fixes in this bump are silently skipped there. Please include the packages/stack version sync output with this change.

Useful? React with 👍 / 👎.

FROM supabase/logflare:1.47.1 AS logflare
# Append to JobImages when adding new dependencies below
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
Expand Down
4 changes: 2 additions & 2 deletions packages/stack/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export const DEFAULT_VERSIONS: VersionManifest = {
postgrest: "14.15",
auth: "2.193.0",
"edge-runtime": "1.74.2",
realtime: "2.113.4",
storage: "1.66.4",
realtime: "2.116.1",
storage: "1.67.5",
imgproxy: "v3.8.0",
mailpit: "v1.30.2",
pgmeta: "0.96.6",
Expand Down
Loading