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 361ece2 commit 4f5b73eCopy full SHA for 4f5b73e
layers/imagick/Dockerfile
@@ -61,7 +61,7 @@ RUN convert -list configure
61
WORKDIR ${IMAGICK_BUILD_DIR}
62
RUN git clone https://github.com/Imagick/imagick
63
WORKDIR ${IMAGICK_BUILD_DIR}/imagick
64
-# TODO; update the commit hash this PR has been merged with PHP 8.3 support: https://github.com/Imagick/imagick/pull/641
+# TODO; update the commit hash once this PR has been merged with PHP 8.3 support: https://github.com/Imagick/imagick/pull/641
65
RUN git reset --hard 28f27044e435a2b203e32675e942eb8de620ee58
66
RUN phpize
67
RUN ./configure --with-imagick=${INSTALL_DIR}
0 commit comments