File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 982
982
container.Config {
983
983
Image : utils .Config .Studio .Image ,
984
984
Env : []string {
985
+ "CURRENT_CLI_VERSION=" + utils .Version ,
985
986
"STUDIO_PG_META_URL=http://" + utils .PgmetaId + ":8080" ,
986
987
"POSTGRES_PASSWORD=" + dbConfig .Password ,
987
988
"SUPABASE_URL=http://" + utils .KongId + ":8000" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM library/kong:2.8.1 AS kong
5
5
FROM axllent/mailpit:v1.22.3 AS mailpit
6
6
FROM postgrest/postgrest:v12.2.8 AS postgrest
7
7
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
9
9
FROM darthsim/imgproxy:v3.8.0 AS imgproxy
10
10
FROM supabase/edge-runtime:v1.67.4 AS edgeruntime
11
11
FROM timberio/vector:0.28.1-alpine AS vector
You can’t perform that action at this time.
0 commit comments