From d12f18b96ecf7e2502808ee891806c1ca944321d Mon Sep 17 00:00:00 2001 From: Niaz Faridani-Rad <tigrexspalterlp@gmail.com> Date: Fri, 10 Dec 2021 10:48:06 +0100 Subject: [PATCH] Update Dockerfile --- backend/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/base/Dockerfile b/backend/base/Dockerfile index 643a35b..9df10e6 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 && \ -- GitLab