Is there any way to run the deno runtimes on 1.6.0 or well replace the versions with something different to get them to run? I saw that openruntimes executor wasn't on the latest version and got the deno runtimes to warm up but they still don't get shown on the ui and cli since they are probably hardcoded there I'm assuming?
Summary
Developers are seeking support for getting Deno Runtime v1.6.0 to run, specifically in a Docker container. The issue might be due to the version not being available for self-hosting yet. Updating the environment file and checking Docker Compose variables were mentioned. It was also noted that the openruntimes executor wasn't on the latest version. Hardcoding of versions in the UI and CLI could be causing the problem.
Timeraa
Web Developer
Nov 3, 2024, 21:18
I updated my env file yes and also ran the docker compose var command to get the variables and it showed deno-2.0
D5
Nov 3, 2024, 21:19
If it's not showing in the console, it could be that it's not available yet for self-hosting, but it should in the next release I think
Timeraa
Web Developer
Nov 3, 2024, 21:19
Hmm, any way I could get the support for it right now like building the docker container myself?