Skip to content

Commit

Permalink
Bump ImageMagick to 7.1.1-26 (#123)
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 Jan 9, 2024
1 parent d0161bd commit 2ed103f
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 @@ -83,7 +83,7 @@ ENV IMAGEMAGICK_EPOCH="8:"
RUN [[ $(apt-cache show imagemagick | grep Version) =~ $IMAGEMAGICK_EPOCH ]]

# Build ImageMagick from source
ENV IMAGEMAGICK_VERSION="7.1.1-22"
ENV IMAGEMAGICK_VERSION="7.1.1-26"
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-22 Q16-HDRI x86_64 b5350adcb:20231203 https://imagemagick.org
Version: ImageMagick 7.1.1-26 Q16-HDRI x86_64 a12f6d128:20240107 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 2ed103f

Please sign in to comment.