dooman87 / imagemagick-docker

Running the latest version of imagemagick inside container
https://hub.docker.com/r/dpokidov/imagemagick
MIT License
94 stars 25 forks source link

Upgrade FROM in debian / fedora to always use latest version #5

Closed emanuelb closed 2 years ago

emanuelb commented 4 years ago

debian use: debian:stretch-slim which is debian 9 (latest version is 10) I recommend using sid-slim (it's unstable, latest version) fedora use: 27 (latest version is 32) I recommend using rawhide (it's unstable/next-version-in-development) or latest

dooman87 commented 2 years ago

I think we should always maintain set of stable releases. It would be nice to have unstable versions as well, but the build time is already a challenge.

On the side note I'm struggling to keep fedora version up to date. The main reason - I'm not using it. Would be great to find volunteers to help maintaining it.