Skip to content

Commit 168c570

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 3323992 commit 168c570

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

31/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN set -ex; \
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.27; \
6969
pecl install igbinary-3.2.16; \
70-
pecl install imagick-3.8.0; \
70+
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \
7373
pecl install --configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' \

31/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN set -ex; \
6363
# pecl will claim success even if one install fails, so we need to perform each install separately
6464
pecl install APCu-5.1.27; \
6565
pecl install igbinary-3.2.16; \
66-
pecl install imagick-3.8.0; \
66+
pecl install imagick-3.8.1; \
6767
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
6868
memcached-3.4.0; \
6969
pecl install --configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' \

31/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN set -ex; \
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.27; \
6969
pecl install igbinary-3.2.16; \
70-
pecl install imagick-3.8.0; \
70+
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \
7373
pecl install --configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' \

32/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN set -ex; \
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.27; \
6969
pecl install igbinary-3.2.16; \
70-
pecl install imagick-3.8.0; \
70+
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \
7373
pecl install --configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' \

32/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN set -ex; \
6363
# pecl will claim success even if one install fails, so we need to perform each install separately
6464
pecl install APCu-5.1.27; \
6565
pecl install igbinary-3.2.16; \
66-
pecl install imagick-3.8.0; \
66+
pecl install imagick-3.8.1; \
6767
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
6868
memcached-3.4.0; \
6969
pecl install --configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' \

32/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN set -ex; \
6767
# pecl will claim success even if one install fails, so we need to perform each install separately
6868
pecl install APCu-5.1.27; \
6969
pecl install igbinary-3.2.16; \
70-
pecl install imagick-3.8.0; \
70+
pecl install imagick-3.8.1; \
7171
pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272
memcached-3.4.0; \
7373
pecl install --configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' \

0 commit comments

Comments
 (0)