diff --git a/pkg/config/templates/Dockerfile b/pkg/config/templates/Dockerfile index ad5da51e2..9d183e014 100644 --- a/pkg/config/templates/Dockerfile +++ b/pkg/config/templates/Dockerfile @@ -12,7 +12,7 @@ FROM timberio/vector:0.53.0-alpine AS vector FROM supabase/supavisor:2.7.4 AS supavisor FROM supabase/gotrue:v2.188.1 AS gotrue FROM supabase/realtime:v2.86.3 AS realtime -FROM supabase/storage-api:v1.54.1 AS storage +FROM supabase/storage-api:v1.55.0 AS storage FROM supabase/logflare:1.39.1 AS logflare # Append to JobImages when adding new dependencies below FROM supabase/pgadmin-schema-diff:cli-0.0.5 AS differ