Modified the .env
to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function.
I manually pulled the image openruntimes/dart:v4-3.5
, still nothing.
P. S. I've already bounced the containers multiple times.
Any help is greatly appreciated.
TL;DR
Developers trying to add dart 3.5 runtime to self-hosted instance but unable to find it when creating a new function. Modified `.env` file and pulled image `openruntimes/dart:v4-3.5`, but issue persists after bouncing containers.