Skip to content

Commit

Permalink
fix(studio): upgrade studio image to latest (#2765)
Browse files Browse the repository at this point in the history
chore(studio): upgrade studio image to latest

Allow to deploy this bugfix for local dev: supabase/supabase#29646
  • Loading branch information
avallete authored Oct 14, 2024
1 parent 5c58ef7 commit 67274d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
inbucketImage = "inbucket/inbucket:3.0.3"
postgrestImage = "postgrest/postgrest:v12.2.0"
pgmetaImage = "supabase/postgres-meta:v0.83.2"
studioImage = "supabase/studio:20240930-16f2b8e"
studioImage = "supabase/studio:20241014-353d054"
imageProxyImage = "darthsim/imgproxy:v3.8.0"
edgeRuntimeImage = "supabase/edge-runtime:v1.58.13"
vectorImage = "timberio/vector:0.28.1-alpine"
Expand Down

0 comments on commit 67274d7

Please sign in to comment.