Skip to content

Commit 54e45aa

Browse files
Bump ImageMagick to 7.1.1-23
1 parent e8c2801 commit 54e45aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ENV IMAGEMAGICK_EPOCH="8:"
8383
RUN [[ $(apt-cache show imagemagick | grep Version) =~ $IMAGEMAGICK_EPOCH ]]
8484

8585
# Build ImageMagick from source
86-
ENV IMAGEMAGICK_VERSION="7.1.1-22"
86+
ENV IMAGEMAGICK_VERSION="7.1.1-23"
8787
RUN git clone --depth 1 --branch $IMAGEMAGICK_VERSION https://github.com/ImageMagick/ImageMagick.git imagemagick
8888
WORKDIR imagemagick
8989
RUN ./configure \

0 commit comments

Comments
 (0)