Skip to content

Commit ce2fe78

Browse files
Bump ImageMagick to 7.1.1-45 (#181)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a61403e commit ce2fe78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ENV IMAGEMAGICK_EPOCH="8:"
8787
RUN [[ $(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"
9191
RUN git clone --depth 1 --branch $IMAGEMAGICK_VERSION https://github.com/ImageMagick/ImageMagick.git imagemagick
9292
WORKDIR imagemagick
9393
RUN ./configure \

README.md

+1-1
Original file line numberDiff line numberDiff 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
4242
Copyright: (C) 1999 ImageMagick Studio LLC
4343
License: https://imagemagick.org/script/license.php
4444
Features: Cipher DPC HDRI Modules OpenMP(4.5)

0 commit comments

Comments
 (0)