We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c010d2b commit d0cb90eCopy full SHA for d0cb90e
Dockerfile
@@ -48,10 +48,11 @@ RUN docker-php-ext-install \
48
xsl
49
50
# install yaml extensions from PECL
51
-# https://pecl.php.net/package/yaml/2.2.4
+# https://pecl.php.net/package-changelog.php?package=yaml
52
+# https://pecl.php.net/package/yaml/2.3.0
53
RUN apk add --virtual build-deps autoconf gcc make g++ zlib-dev \
54
&& pecl channel-update pecl.php.net \
- && pecl install yaml-2.2.4 && docker-php-ext-enable yaml \
55
+ && pecl install yaml-2.3.0 && docker-php-ext-enable yaml \
56
&& apk del build-deps
57
58
RUN which php; php -v; php -m; php -i | grep ini
0 commit comments