Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/cli-go/pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ FROM library/kong:2.8.1 AS kong
FROM axllent/mailpit:v1.22.3 AS mailpit
FROM postgrest/postgrest:v14.13 AS postgrest
FROM supabase/postgres-meta:v0.96.6 AS pgmeta
FROM supabase/studio:2026.06.08-sha-8af2bb0 AS studio
FROM supabase/studio:2026.06.15-sha-a412298 AS studio
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
FROM supabase/edge-runtime:v1.74.1 AS edgeruntime
FROM timberio/vector:0.53.0-alpine AS vector
FROM supabase/supavisor:2.9.7 AS supavisor
FROM supabase/gotrue:v2.189.0 AS gotrue
FROM supabase/gotrue:v2.190.0 AS gotrue

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 Wire WebAuthn RP settings for MFA configs

This GoTrue release includes supabase/auth#2490, which validates GOTRUE_WEBAUTHN_RP_ID, GOTRUE_WEBAUTHN_RP_ORIGINS, and GOTRUE_WEBAUTHN_RP_DISPLAY_NAME at startup whenever MFA WebAuthn enroll or verify is enabled. The CLI exposes [auth.mfa.web_authn] independently in apps/cli-go/pkg/config/templates/config.toml, and buildGotrueEnv always emits the GOTRUE_MFA_WEB_AUTHN_* flags, but appendGotruePasskeyEnv only emits the RP vars when [auth.webauthn] exists while validation only requires that section for passkeys. Existing configs that only enable MFA WebAuthn now make the Auth container exit during supabase start; add or validate RP settings for MFA WebAuthn before taking this bump.

Useful? React with 👍 / 👎.

FROM supabase/realtime:v2.107.2 AS realtime
FROM supabase/storage-api:v1.60.17 AS storage
FROM supabase/storage-api:v1.60.18 AS storage
FROM supabase/logflare:1.44.3 AS logflare
# Append to JobImages when adding new dependencies below
FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ
Expand Down
Loading