From 994f17484c37bb8f5582baf215cb062d64b82a26 Mon Sep 17 00:00:00 2001 From: Joshen Lim Date: Wed, 29 Apr 2026 01:03:44 +0800 Subject: [PATCH] Update Dockerfile --- pkg/config/templates/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/templates/Dockerfile b/pkg/config/templates/Dockerfile index fb3225da8..99efdf2cf 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -5,7 +5,7 @@ FROM library/kong:2.8.1 AS kong FROM axllent/mailpit:v1.22.3 AS mailpit FROM postgrest/postgrest:v14.10 AS postgrest FROM supabase/postgres-meta:v0.96.4 AS pgmeta -FROM supabase/studio:2026.04.27-sha-4afbe9c AS studio +FROM supabase/studio:2026.04.28-sha-89d08a2 AS studio FROM darthsim/imgproxy:v3.8.0 AS imgproxy FROM supabase/edge-runtime:v1.73.13 AS edgeruntime FROM timberio/vector:0.53.0-alpine AS vector