eriba
eriba
DDeno
Created by eriba on 1/10/2025 in #help
deno 2.1.5 not running in Azure Container App environment
I was using FROM denoland/deno:latest in my Dockerfile and after the deno 2.1.5 release new replicas want deploy to CA environments, the container starts but immediately terminates. Tried pulling the deployed image locally and it runs on my Windows PC on docker desktop without any issues. I fixed the image to FROM denoland/deno:2.1.4 which solves the issue on Azure CA environment but think there might be some underlying compatibility issues.
6 replies