Skip to content

fix(docker): bump the docker-minor group across 1 directory with 5 updates#5924

Open
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/docker/apps/cli-go/pkg/config/templates/docker-minor-422176a724
Open

fix(docker): bump the docker-minor group across 1 directory with 5 updates#5924
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/docker/apps/cli-go/pkg/config/templates/docker-minor-422176a724

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the docker-minor group with 5 updates in the /apps/cli-go/pkg/config/templates directory:

Package From To
supabase/studio 2026.07.13-sha-b5ada96 2026.07.20-sha-74a0848
supabase/gotrue v2.193.0 v2.193.1
supabase/realtime v2.113.4 v2.118.0
supabase/storage-api v1.66.4 v1.67.13
supabase/logflare 1.47.1 1.47.2

Updates supabase/studio from 2026.07.13-sha-b5ada96 to 2026.07.20-sha-74a0848

Updates supabase/gotrue from v2.193.0 to v2.193.1

Updates supabase/realtime from v2.113.4 to v2.118.0

Updates supabase/storage-api from v1.66.4 to v1.67.13

Updates supabase/logflare from 1.47.1 to 1.47.2

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

…dates

Bumps the docker-minor group with 5 updates in the /apps/cli-go/pkg/config/templates directory:

| Package | From | To |
| --- | --- | --- |
| supabase/studio | `2026.07.13-sha-b5ada96` | `2026.07.20-sha-74a0848` |
| supabase/gotrue | `v2.193.0` | `v2.193.1` |
| supabase/realtime | `v2.113.4` | `v2.118.0` |
| supabase/storage-api | `v1.66.4` | `v1.67.13` |
| supabase/logflare | `1.47.1` | `1.47.2` |



Updates `supabase/studio` from 2026.07.13-sha-b5ada96 to 2026.07.20-sha-74a0848

Updates `supabase/gotrue` from v2.193.0 to v2.193.1

Updates `supabase/realtime` from v2.113.4 to v2.118.0

Updates `supabase/storage-api` from v1.66.4 to v1.67.13

Updates `supabase/logflare` from 1.47.1 to 1.47.2

---
updated-dependencies:
- dependency-name: supabase/studio
  dependency-version: 2026.07.20-sha-74a0848
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/gotrue
  dependency-version: v2.193.1
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/realtime
  dependency-version: v2.118.0
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/storage-api
  dependency-version: v1.67.13
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/logflare
  dependency-version: 1.47.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Jul 22, 2026
@supabase-cli-releaser
supabase-cli-releaser Bot requested a review from a team as a code owner July 22, 2026 00:08

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 878fb8f27f

ℹ️ 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".

Comment on lines +13 to +16
FROM supabase/gotrue:v2.193.1 AS gotrue
FROM supabase/realtime:v2.118.0 AS realtime
FROM supabase/storage-api:v1.67.13 AS storage
FROM supabase/logflare:1.47.2 AS logflare

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 defaults with these image bumps

When these Dockerfile service tags are bumped, the TypeScript stack defaults need to be regenerated as well: packages/stack/scripts/sync-versions-from-dockerfile.ts reads this manifest and rewrites packages/stack/src/versions.ts, but that file still pins the old auth/realtime/storage/studio/analytics versions. As a result the TS local stack paths that use DEFAULT_VERSIONS keep running and reporting the previous images even though this change updates the Dockerfile manifest; please run the sync script and include the generated packages/stack/src/versions.ts changes.

Useful? React with 👍 / 👎.

FROM supabase/gotrue:v2.193.1 AS gotrue
FROM supabase/realtime:v2.118.0 AS realtime
FROM supabase/storage-api:v1.67.13 AS storage
FROM supabase/logflare:1.47.2 AS logflare

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 Mirror Logflare before pinning this tag

With this bump, the Start job in .github/workflows/cli-go-ci.yml runs ./main start with SUPABASE_INTERNAL_IMAGE_REGISTRY=ghcr.io, and GetRegistryImageUrls uses only that single overridden candidate. I checked the current GHCR package versions and ghcr.io/supabase/logflare:1.47.2 is not published there yet, so PR/develop CI and any users with the GHCR registry override will fail pulling the analytics image; keep the previous tag or mirror 1.47.2 before pinning it here.

Useful? React with 👍 / 👎.

FROM postgrest/postgrest:v14.15 AS postgrest
FROM supabase/postgres-meta:v0.96.6 AS pgmeta
FROM supabase/studio:2026.07.13-sha-b5ada96 AS studio
FROM supabase/studio:2026.07.20-sha-74a0848 AS studio

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 Mirror Studio before pinning this tag

The same GHCR-only Start path also pulls Studio, but the current GHCR Studio package does not have 2026.07.20-sha-74a0848 even though this Docker Hub tag exists. Since the registry override disables the normal Docker Hub fallback, PR/develop CI and users running with SUPABASE_INTERNAL_IMAGE_REGISTRY=ghcr.io will fail when supabase start tries to pull Studio; mirror this tag before pinning it or keep the previous mirrored tag.

Useful? React with 👍 / 👎.

FROM supabase/logflare:1.47.1 AS logflare
FROM supabase/gotrue:v2.193.1 AS gotrue
FROM supabase/realtime:v2.118.0 AS realtime
FROM supabase/storage-api:v1.67.13 AS storage

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 Mirror Storage before pinning this tag

The GHCR-only Start job pulls storage as ghcr.io/supabase/storage-api:v1.67.13, but the current GHCR storage-api package is not published at that tag. With SUPABASE_INTERNAL_IMAGE_REGISTRY=ghcr.io, GetRegistryImageUrls returns only that candidate, so the CI start smoke test and GHCR-overridden local starts fail at image pull; mirror v1.67.13 before pinning it here or keep a mirrored storage tag.

Useful? React with 👍 / 👎.

@github-actions

Copy link
Copy Markdown
Contributor

Supabase CLI preview

npx --yes https://pkg.pr.new/supabase/cli/supabase@d4d559f301e1cc3eb217bfdfd16f96ef21d22c5c

Preview package for commit d4d559f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants