diff --git a/backend/base/Dockerfile b/backend/base/Dockerfile index 643a35bb5fbed342945e66d941f8362be3b2a772..9df10e6d6360e1d9e65b3c7b2f01aebc48cffb44 100644 --- a/backend/base/Dockerfile +++ b/backend/base/Dockerfile @@ -62,7 +62,7 @@ RUN git clone https://github.com/LibRaw/LibRaw && \ #Build and install imagemagick WORKDIR /tmp/builds -ARG IMAGEMAGICK_VERSION=7.1.0-5 +ARG IMAGEMAGICK_VERSION=7.1.0-17 RUN curl -SL https://www.imagemagick.org/download/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.gz | tar -zx && \ cd ImageMagick-${IMAGEMAGICK_VERSION} && \ ./configure --with-modules && \