Update ImageMagick version in Dockerfile

This commit is contained in:
Nathan Fiedler
2017-10-08 17:10:36 -07:00
parent 2e6d7faa41
commit 88dcb28e40

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.6-7
ENV MAGICK_VERSION 7.0.7-7
RUN curl https://www.imagemagick.org/download/ImageMagick-${MAGICK_VERSION}.tar.gz | tar xz \
&& cd ImageMagick-${MAGICK_VERSION} \