We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1d98c commit 4370449Copy full SHA for 4370449
layers/imagick/Dockerfile
@@ -47,9 +47,9 @@ RUN cp bin/gs /tmp/gs
47
48
# Compile the ImageMagick library
49
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
+RUN curl -Ls -o ImageMagick.tar.gz https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-11.tar.gz
51
RUN tar xzf ImageMagick.tar.gz
52
-WORKDIR ${IMAGICK_BUILD_DIR}/ImageMagick-7.1.1-9
+WORKDIR ${IMAGICK_BUILD_DIR}/ImageMagick-7.1.1-11
53
RUN ./configure --prefix ${INSTALL_DIR} --exec-prefix ${INSTALL_DIR} --with-webp --with-heic --disable-static --with-freetype=yes
54
RUN make -j $(nproc)
55
RUN make install
0 commit comments