denoland / deno_docker

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu
https://hub.docker.com/r/denoland/deno
MIT License
883 stars 101 forks source link

Distroless: Specify version explicitly. #313

Closed dojyorin closed 9 months ago

dojyorin commented 1 year ago

Currently, there are two types of Distroless: debian11 and 12, but for some reason the /cc specification points to debian11 even though the stable version of debian itself is 12. So I decided to specify the version explicitly.