Skip to content

Commit 021d76e

Browse files
author
Omer Grodsky
committed
Upgrade Imagick to v7.1.2-15
1 parent 4b71f3b commit 021d76e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layers/imagick/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BREF_VERSION
33
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
44
ARG PHP_VERSION
55

6-
ENV IMAGICK_VERSION="7.1.1-38"
6+
ENV IMAGICK_VERSION="7.1.2-15"
77
ENV AOM_VERSION="3.10.0"
88
ENV LIBHEIF_VERSION="1.19.3"
99
ENV LIBDE265_VERSION="1.0.15"
@@ -18,7 +18,7 @@ WORKDIR ${IMAGICK_BUILD_DIR}
1818
RUN LD_LIBRARY_PATH= yum -y install libpng-devel libjpeg-devel lcms2-devel ImageMagick-devel nasm gcc10 gcc10-c++
1919

2020
# Use gcc10 as the default compiler, needed for AOM
21-
ENV CXX="/usr/bin/gcc10-g++"
21+
ENV CXX="/usr/bin/gcc10-g++"
2222
ENV CC="/usr/bin/gcc10-gcc"
2323

2424
# Compile libwebp since AL2 ships with v0.3, and v0.4 or higher is required to builder the other libs

0 commit comments

Comments
 (0)