update deno version on Alpine
on alpine the version of deno is 1.38.1 https://pkgs.alpinelinux.org/packages?name=deno
is there a reason for not updating to latest 1.42 ?
when it will be updated ?
5 Replies
Have you tried
deno upgrade
in your terminal? This directly downloads the files from their github pagethe version of deno on alpine has no upgrade feature
you probably need to ask the alpine package maintainer, Jakub Jirutka. AFAIK deno team does not officially support/maintain any distribution packages or repositories. deno releasing every week or two, that means distro packages tend to be hopelessly outdated. if you are able, it's best to install deno using the distro-agnostic installer as per instructions on https://deno.com/ , then you can use the upgrade feature too
There's this image too: https://github.com/dojyorin/deno_docker_image
There's distroless and Alpine there. Maybe it's updated more often than the image you're using
GitHub
GitHub - dojyorin/deno_docker_image: The simple and small deno dock...
The simple and small deno docker image. Contribute to dojyorin/deno_docker_image development by creating an account on GitHub.
thanks but i dont want to build an image
starting from the alpine image i want to run the minimal istructions to install deno
i've tryed to run the install script that downloads the executable in the ~/.deno/bin folder
but when I run deno i've got an error
I think is missing some libs