We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c2801 commit 54e45aaCopy full SHA for 54e45aa
Dockerfile
@@ -83,7 +83,7 @@ ENV IMAGEMAGICK_EPOCH="8:"
83
RUN [[ $(apt-cache show imagemagick | grep Version) =~ $IMAGEMAGICK_EPOCH ]]
84
85
# Build ImageMagick from source
86
-ENV IMAGEMAGICK_VERSION="7.1.1-22"
+ENV IMAGEMAGICK_VERSION="7.1.1-23"
87
RUN git clone --depth 1 --branch $IMAGEMAGICK_VERSION https://github.com/ImageMagick/ImageMagick.git imagemagick
88
WORKDIR imagemagick
89
RUN ./configure \
0 commit comments