Merge pull request #147 from KeltGourig/master

Update to 5.6.15
This commit is contained in:
Tianon Gravi 2015-10-31 09:58:53 -07:00
commit acad9366f6
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.14
ENV PHP_VERSION 5.6.15
# --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.14
ENV PHP_VERSION 5.6.15
# --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.14
ENV PHP_VERSION 5.6.15
# --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=" \