fix(docker): bump the docker-minor group across 1 directory with 7 updates - #6054
Conversation
…dates Bumps the docker-minor group with 7 updates in the /apps/cli-go/pkg/config/templates directory: | Package | From | To | | --- | --- | --- | | postgrest/postgrest | `v14.15` | `v14.16` | | supabase/studio | `2026.07.27-sha-cbb076d` | `2026.08.03-sha-022b374` | | supabase/edge-runtime | `v1.74.2` | `v1.74.3` | | supabase/gotrue | `v2.194.0` | `v2.195.0` | | supabase/realtime | `v2.120.3` | `v2.123.1` | | supabase/storage-api | `v1.67.20` | `v1.68.1` | | supabase/logflare | `1.47.1` | `1.49.2` | Updates `postgrest/postgrest` from v14.15 to v14.16 Updates `supabase/studio` from 2026.07.27-sha-cbb076d to 2026.08.03-sha-022b374 Updates `supabase/edge-runtime` from v1.74.2 to v1.74.3 Updates `supabase/gotrue` from v2.194.0 to v2.195.0 Updates `supabase/realtime` from v2.120.3 to v2.123.1 Updates `supabase/storage-api` from v1.67.20 to v1.68.1 Updates `supabase/logflare` from 1.47.1 to 1.49.2 --- updated-dependencies: - dependency-name: postgrest/postgrest dependency-version: v14.16 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/studio dependency-version: 2026.08.03-sha-022b374 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/edge-runtime dependency-version: v1.74.3 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/gotrue dependency-version: v2.195.0 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/realtime dependency-version: v2.123.1 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/storage-api dependency-version: v1.68.1 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/logflare dependency-version: 1.49.2 dependency-type: direct:production update-type: version-update:semver-minor 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: e3f48e47f9
ℹ️ 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 library/kong:2.8.1 AS kong | ||
| FROM axllent/mailpit:v1.30.2 AS mailpit | ||
| FROM postgrest/postgrest:v14.15 AS postgrest | ||
| FROM postgrest/postgrest:v14.16 AS postgrest |
There was a problem hiding this comment.
Sync stack defaults with the Dockerfile bump
When this manifest changes, the stack package's generated DEFAULT_VERSIONS needs to move with it; in this commit packages/stack/src/versions.ts still pins the old postgrest/auth/realtime/storage/etc. versions. The TypeScript supabase start path resolves unpinned services from those defaults in packages/stack/src/createStack.ts, while services/version surfaces parse this Dockerfile, so new or updated local stacks will keep booting the previous images despite this bump. Please run the stack sync:versions script and include the generated packages/stack/src/versions.ts update.
Useful? React with 👍 / 👎.
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@a5668fda6c06a8229094a3734933a09b38450b59Preview package for commit |
Bumps the docker-minor group with 7 updates in the /apps/cli-go/pkg/config/templates directory:
v14.15v14.162026.07.27-sha-cbb076d2026.08.03-sha-022b374v1.74.2v1.74.3v2.194.0v2.195.0v2.120.3v2.123.1v1.67.20v1.68.11.47.11.49.2Updates
postgrest/postgrestfrom v14.15 to v14.16Updates
supabase/studiofrom 2026.07.27-sha-cbb076d to 2026.08.03-sha-022b374Updates
supabase/edge-runtimefrom v1.74.2 to v1.74.3Updates
supabase/gotruefrom v2.194.0 to v2.195.0Updates
supabase/realtimefrom v2.120.3 to v2.123.1Updates
supabase/storage-apifrom v1.67.20 to v1.68.1Updates
supabase/logflarefrom 1.47.1 to 1.49.2Dependabot 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