fix(docker): bump the docker-minor group in /apps/cli-go/pkg/config/templates with 2 updates#5898
Conversation
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 2 updates: supabase/realtime and supabase/storage-api. Updates `supabase/realtime` from v2.113.4 to v2.116.1 Updates `supabase/storage-api` from v1.66.4 to v1.67.5 --- updated-dependencies: - dependency-name: supabase/realtime dependency-version: v2.116.1 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/storage-api dependency-version: v1.67.5 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: bd1a1e3523
ℹ️ 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/realtime:v2.116.1 AS realtime | ||
| FROM supabase/storage-api:v1.67.5 AS storage |
There was a problem hiding this comment.
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 👍 / 👎.
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@e4095bfa79bfc5e1498673bb1e05b8621b3ccdf0Preview package for commit |
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 2 updates: supabase/realtime and supabase/storage-api.
Updates
supabase/realtimefrom v2.113.4 to v2.116.1Updates
supabase/storage-apifrom v1.66.4 to v1.67.5Dependabot 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