Skip to content

Commit 953f475

Browse files
authored
fix: bump studio version and add version flag (#3423)
1 parent bbab3a3 commit 953f475

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/start/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ EOF
982982
container.Config{
983983
Image: utils.Config.Studio.Image,
984984
Env: []string{
985+
"CURRENT_CLI_VERSION=" + utils.Version,
985986
"STUDIO_PG_META_URL=http://" + utils.PgmetaId + ":8080",
986987
"POSTGRES_PASSWORD=" + dbConfig.Password,
987988
"SUPABASE_URL=http://" + utils.KongId + ":8000",

pkg/config/templates/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM library/kong:2.8.1 AS kong
55
FROM axllent/mailpit:v1.22.3 AS mailpit
66
FROM postgrest/postgrest:v12.2.8 AS postgrest
77
FROM supabase/postgres-meta:v0.88.8 AS pgmeta
8-
FROM supabase/studio:20250317-6955350 AS studio
8+
FROM supabase/studio:2025.04.11-43cba0d AS studio
99
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
1010
FROM supabase/edge-runtime:v1.67.4 AS edgeruntime
1111
FROM timberio/vector:0.28.1-alpine AS vector

0 commit comments

Comments
 (0)