Skip to content

chore(deps): bump supabase/studio from 2025.08.04-sha-6e99ca6 to 2025.08.11-sha-c538c4d in /pkg/config/templates #4026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
2 changes: 1 addition & 1 deletion pkg/config/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM library/kong:2.8.1 AS kong
FROM axllent/mailpit:v1.22.3 AS mailpit
FROM postgrest/postgrest:v13.0.4 AS postgrest
FROM supabase/postgres-meta:v0.91.5 AS pgmeta
FROM supabase/studio:2025.08.04-sha-6e99ca6 AS studio
FROM supabase/studio:2025.08.11-sha-c538c4d AS studio
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
FROM supabase/edge-runtime:v1.68.3 AS edgeruntime
FROM timberio/vector:0.28.1-alpine AS vector
Expand Down