Skip to content

Commit d7956aa

Browse files
fix(docker): bump the docker-minor group in /apps/cli-go/pkg/config/templates with 3 updates (#5484)
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 3 updates: postgrest/postgrest, supabase/realtime and supabase/logflare. Updates `postgrest/postgrest` from v14.12 to v14.13 Updates `supabase/realtime` from v2.103.2 to v2.103.4 Updates `supabase/logflare` from 1.43.3 to 1.43.4 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> Co-authored-by: Julien Goux <hi@jgoux.dev>
1 parent 0c6c4c9 commit d7956aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ FROM supabase/postgres:17.6.1.132 AS pg
33
# Append to ServiceImages when adding new dependencies below
44
FROM library/kong:2.8.1 AS kong
55
FROM axllent/mailpit:v1.22.3 AS mailpit
6-
FROM postgrest/postgrest:v14.12 AS postgrest
6+
FROM postgrest/postgrest:v14.13 AS postgrest
77
FROM supabase/postgres-meta:v0.96.6 AS pgmeta
88
FROM supabase/studio:2026.06.03-sha-0bca601 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
1212
FROM supabase/supavisor:2.9.7 AS supavisor
1313
FROM supabase/gotrue:v2.189.0 AS gotrue
14-
FROM supabase/realtime:v2.103.2 AS realtime
14+
FROM supabase/realtime:v2.103.4 AS realtime
1515
FROM supabase/storage-api:v1.60.4 AS storage
16-
FROM supabase/logflare:1.43.3 AS logflare
16+
FROM supabase/logflare:1.43.4 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)