Skip to content

Commit 4370449

Browse files
Upgrade ImageMagick to 7.1.1-11 (#458)
1 parent fa1d98c commit 4370449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layers/imagick/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ RUN cp bin/gs /tmp/gs
4747

4848
# Compile the ImageMagick library
4949
WORKDIR ${IMAGICK_BUILD_DIR}
50-
RUN curl -Ls -o ImageMagick.tar.gz https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-9.tar.gz
50+
RUN curl -Ls -o ImageMagick.tar.gz https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-11.tar.gz
5151
RUN tar xzf ImageMagick.tar.gz
52-
WORKDIR ${IMAGICK_BUILD_DIR}/ImageMagick-7.1.1-9
52+
WORKDIR ${IMAGICK_BUILD_DIR}/ImageMagick-7.1.1-11
5353
RUN ./configure --prefix ${INSTALL_DIR} --exec-prefix ${INSTALL_DIR} --with-webp --with-heic --disable-static --with-freetype=yes
5454
RUN make -j $(nproc)
5555
RUN make install

0 commit comments

Comments
 (0)