File tree 2 files changed +2
-2
lines changed
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:"
87
87
RUN [[ $(apt-cache show imagemagick | grep Version) =~ $IMAGEMAGICK_EPOCH ]]
88
88
89
89
# Build ImageMagick from source
90
- ENV IMAGEMAGICK_VERSION="7.1.1-44 "
90
+ ENV IMAGEMAGICK_VERSION="7.1.1-45 "
91
91
RUN git clone --depth 1 --branch $IMAGEMAGICK_VERSION https://github.com/ImageMagick/ImageMagick.git imagemagick
92
92
WORKDIR imagemagick
93
93
RUN ./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
38
38
#### Example Output
39
39
``` sh
40
40
$ 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
42
42
Copyright: (C) 1999 ImageMagick Studio LLC
43
43
License: https://imagemagick.org/script/license.php
44
44
Features: Cipher DPC HDRI Modules OpenMP(4.5)
You can’t perform that action at this time.
0 commit comments