Skip to content

Commit 4f5b73e

Browse files
authored
Fix typo
1 parent 361ece2 commit 4f5b73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/imagick/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN convert -list configure
6161
WORKDIR ${IMAGICK_BUILD_DIR}
6262
RUN git clone https://github.com/Imagick/imagick
6363
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
64+
# TODO; update the commit hash once this PR has been merged with PHP 8.3 support: https://github.com/Imagick/imagick/pull/641
6565
RUN git reset --hard 28f27044e435a2b203e32675e942eb8de620ee58
6666
RUN phpize
6767
RUN ./configure --with-imagick=${INSTALL_DIR}

0 commit comments

Comments
 (0)