Skip to content

Commit 17c45ad

Browse files
fix(docker): bump the docker-minor group in /apps/cli-go/pkg/config/templates with 5 updates (#5431)
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 5 updates: | Package | From | To | | --- | --- | --- | | supabase/studio | `2026.05.25-sha-65c570e` | `2026.06.01-sha-a4334a2` | | supabase/supavisor | `2.9.5` | `2.9.7` | | supabase/realtime | `v2.102.1` | `v2.102.3` | | supabase/storage-api | `v1.60.2` | `v1.60.4` | | supabase/logflare | `1.42.0` | `1.43.1` | Updates `supabase/studio` from 2026.05.25-sha-65c570e to 2026.06.01-sha-a4334a2 Updates `supabase/supavisor` from 2.9.5 to 2.9.7 Updates `supabase/realtime` from v2.102.1 to v2.102.3 Updates `supabase/storage-api` from v1.60.2 to v1.60.4 Updates `supabase/logflare` from 1.42.0 to 1.43.1 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c96e6c3 commit 17c45ad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/cli-go/pkg/config/templates/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ FROM library/kong:2.8.1 AS kong
55
FROM axllent/mailpit:v1.22.3 AS mailpit
66
FROM postgrest/postgrest:v14.12 AS postgrest
77
FROM supabase/postgres-meta:v0.96.6 AS pgmeta
8-
FROM supabase/studio:2026.05.25-sha-65c570e AS studio
8+
FROM supabase/studio:2026.06.01-sha-a4334a2 AS studio
99
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
1010
FROM supabase/edge-runtime:v1.74.0 AS edgeruntime
1111
FROM timberio/vector:0.53.0-alpine AS vector
12-
FROM supabase/supavisor:2.9.5 AS supavisor
12+
FROM supabase/supavisor:2.9.7 AS supavisor
1313
FROM supabase/gotrue:v2.189.0 AS gotrue
14-
FROM supabase/realtime:v2.102.1 AS realtime
15-
FROM supabase/storage-api:v1.60.2 AS storage
16-
FROM supabase/logflare:1.42.0 AS logflare
14+
FROM supabase/realtime:v2.102.3 AS realtime
15+
FROM supabase/storage-api:v1.60.4 AS storage
16+
FROM supabase/logflare:1.43.1 AS logflare
1717
# Append to JobImages when adding new dependencies below
1818
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
1919
FROM supabase/migra:3.0.1663481299 AS migra

0 commit comments

Comments
 (0)