fix(docker): bump supabase/realtime from v2.111.8 to v2.111.10 in /apps/cli-go/pkg/config/templates in the docker-minor group#5709
Conversation
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 1 update: supabase/realtime. Updates `supabase/realtime` from v2.111.8 to v2.111.10 --- updated-dependencies: - dependency-name: supabase/realtime dependency-version: v2.111.10 dependency-type: direct:production dependency-group: docker-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1775a149b3
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| 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 |
There was a problem hiding this comment.
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 👍 / 👎.
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@1775a149b39a5e4e707d48c7b175f4c38e0213bbPreview package for commit |
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 1 update: supabase/realtime.
Updates
supabase/realtimefrom v2.111.8 to v2.111.10Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions