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 @@ -83,7 +83,7 @@ ENV IMAGEMAGICK_EPOCH="8:"
83
83
RUN [[ $(apt-cache show imagemagick | grep Version) =~ $IMAGEMAGICK_EPOCH ]]
84
84
85
85
# Build ImageMagick from source
86
- ENV IMAGEMAGICK_VERSION="7.1.1-28 "
86
+ ENV IMAGEMAGICK_VERSION="7.1.1-29 "
87
87
RUN git clone --depth 1 --branch $IMAGEMAGICK_VERSION https://github.com/ImageMagick/ImageMagick.git imagemagick
88
88
WORKDIR imagemagick
89
89
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-28 Q16-HDRI x86_64 b20675898:20240211 https://imagemagick.org
41
+ Version: ImageMagick 7.1.1-29 Q16-HDRI x86_64 cfc71f0aa:20240225 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