apz
Explore posts from serversHow do I use the latest version of Deno 1.34.1 using the nixpacks.toml (or) railway.toml
Hi — 1.34.1 landed a fix for node:http2(https://github.com/denoland/deno/issues/16923), which I need to use "unfurl.js" (an npm library that uses it).
deno upgrade
as a build
command doesn't work. Can't figure out how to tell nixpacks.toml / railway.toml to install a specific / latest version of deno.
This is all I want from the Dockerfile: FROM denoland/deno:1.34.1
dockerfile here: https://github.com/denoland/deno_docker#as-a-dockerfile
If someone could let me know how I can update the deno runtime without having to deal with a dockerfile, I'd really appreciate it.13 replies