Skip to content

Commit

Permalink
Bump ImageMagick to 7.1.1-37 (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vintagesucks and github-actions[bot] authored Sep 3, 2024
1 parent a4f9cb2 commit cabc230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ENV IMAGEMAGICK_EPOCH="8:"
RUN [[ $(apt-cache show imagemagick | grep Version) =~ $IMAGEMAGICK_EPOCH ]]

# Build ImageMagick from source
ENV IMAGEMAGICK_VERSION="7.1.1-36"
ENV IMAGEMAGICK_VERSION="7.1.1-37"
RUN git clone --depth 1 --branch $IMAGEMAGICK_VERSION https://github.com/ImageMagick/ImageMagick.git imagemagick
WORKDIR imagemagick
RUN ./configure \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The packages will automatically resolve their own dependencies when installed wi
#### Example Output
```sh
$ magick --version
Version: ImageMagick 7.1.1-36 Q16-HDRI x86_64 58ddb87ca:20240726 https://imagemagick.org
Version: ImageMagick 7.1.1-37 Q16-HDRI x86_64 5b2825b29:20240824 https://imagemagick.org
Copyright: (C) 1999 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP(4.5)
Expand Down

0 comments on commit cabc230

Please sign in to comment.