Skip to content

Commit 18f77fd

Browse files
authored
pecl: install yaml-2.2.4
1 parent e49f4f1 commit 18f77fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ RUN docker-php-ext-install \
4545
xsl
4646

4747
# install yaml extensions from PECL
48-
# https://pecl.php.net/package/yaml/2.2.3
48+
# https://pecl.php.net/package/yaml/2.2.4
4949
RUN apk add --virtual build-deps autoconf gcc make g++ zlib-dev \
5050
&& pecl channel-update pecl.php.net \
51-
&& pecl install yaml-2.2.3 && docker-php-ext-enable yaml \
51+
&& pecl install yaml-2.2.4 && docker-php-ext-enable yaml \
5252
&& apk del build-deps
5353

5454
RUN which php; php -v; php -m; php -i | grep ini

0 commit comments

Comments
 (0)