Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eca4270

Browse files
vintagesucksgithub-actions[bot]
andauthoredMar 3, 2024··
Bump ImageMagick to 7.1.1-29 (#129)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e8c340 commit eca4270

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
@@ -83,7 +83,7 @@ ENV IMAGEMAGICK_EPOCH="8:"
8383
RUN [[ $(apt-cache show imagemagick | grep Version) =~ $IMAGEMAGICK_EPOCH ]]
8484

8585
# Build ImageMagick from source
86-
ENV IMAGEMAGICK_VERSION="7.1.1-28"
86+
ENV IMAGEMAGICK_VERSION="7.1.1-29"
8787
RUN git clone --depth 1 --branch $IMAGEMAGICK_VERSION https://github.com/ImageMagick/ImageMagick.git imagemagick
8888
WORKDIR imagemagick
8989
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-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
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)
Please sign in to comment.