Question

App Plataform: Using different version of imagemagick

It’s possible update imagemagick to newest version?

See my current version

I need a minimum version: ImageMagick 6.9.10-23 Q16 x86_64 20190101, with webp support


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

alexdo
Site Moderator
Site Moderator badge
December 15, 2022

Hello @semproblema

I believe you’ll need to create a Dockerfile that you’ll use to deploy to the App Platform in order to install ImageMagick and specify the exact version.

You would then put the Dockerfile path relative to the root directory of the repository in that field.

Here is an example of a dockerfile-based app: https://github.com/digitalocean/sample-dockerfile

Here is an example of the app spec for the above example: https://github.com/digitalocean/sample-dockerfile/blob/main/.do/app.yaml

https://docs.digitalocean.com/products/app-platform/reference/app-spec/

Regards

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up