Update ImageMagick version in Dockerfile

This commit is contained in:
Nathan Fiedler
2017-11-26 19:48:21 -08:00
parent c2e519f19f
commit 3e178d1b8e

View File

@ -4,7 +4,7 @@ RUN apt-get update \
&& apt-get -y install curl build-essential clang pkg-config libjpeg-turbo-progs libpng-dev \
&& rm -rfv /var/lib/apt/lists/*
ENV MAGICK_VERSION 7.0.7-7
ENV MAGICK_VERSION 7.0.7-11
RUN curl https://www.imagemagick.org/download/ImageMagick-${MAGICK_VERSION}.tar.gz | tar xz \
&& cd ImageMagick-${MAGICK_VERSION} \