Skip to content

Commit 67274d7

Browse files
authored
fix(studio): upgrade studio image to latest (#2765)
chore(studio): upgrade studio image to latest Allow to deploy this bugfix for local dev: supabase/supabase#29646
1 parent 5c58ef7 commit 67274d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
inbucketImage = "inbucket/inbucket:3.0.3"
1111
postgrestImage = "postgrest/postgrest:v12.2.0"
1212
pgmetaImage = "supabase/postgres-meta:v0.83.2"
13-
studioImage = "supabase/studio:20240930-16f2b8e"
13+
studioImage = "supabase/studio:20241014-353d054"
1414
imageProxyImage = "darthsim/imgproxy:v3.8.0"
1515
edgeRuntimeImage = "supabase/edge-runtime:v1.58.13"
1616
vectorImage = "timberio/vector:0.28.1-alpine"

0 commit comments

Comments
 (0)