Update to 5.6.14

This commit is contained in:
Tianon Gravi 2015-10-02 09:26:55 -07:00
parent 58adff408a
commit c05f8260ab
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ RUN set -xe \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV PHP_VERSION 5.6.13
ENV PHP_VERSION 5.6.14
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \

View File

@ -31,7 +31,7 @@ RUN set -xe \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV PHP_VERSION 5.6.13
ENV PHP_VERSION 5.6.14
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \

View File

@ -19,7 +19,7 @@ RUN set -xe \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV PHP_VERSION 5.6.13
ENV PHP_VERSION 5.6.14
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
RUN buildDeps=" \