File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ ENV IMAGEMAGICK_EPOCH="8:"
8787RUN [[ $(apt-cache show imagemagick | grep Version) =~ $IMAGEMAGICK_EPOCH ]]
8888
8989# Build ImageMagick from source
90- ENV IMAGEMAGICK_VERSION="7.1.1-44 "
90+ ENV IMAGEMAGICK_VERSION="7.1.1-45 "
9191RUN git clone --depth 1 --branch $IMAGEMAGICK_VERSION https://github.com/ImageMagick/ImageMagick.git imagemagick
9292WORKDIR imagemagick
9393RUN ./configure \
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The packages will automatically resolve their own dependencies when installed wi
3838#### Example Output
3939``` sh
4040$ magick --version
41- Version: ImageMagick 7.1.1-44 Q16-HDRI x86_64 f1c26bed0:20250222 https://imagemagick.org
41+ Version: ImageMagick 7.1.1-45 Q16-HDRI x86_64 3cbce5696:20250308 https://imagemagick.org
4242Copyright: (C) 1999 ImageMagick Studio LLC
4343License: https://imagemagick.org/script/license.php
4444Features: Cipher DPC HDRI Modules OpenMP(4.5)
You can’t perform that action at this time.
0 commit comments