Run update again to fix apache and fpm versions

This commit is contained in:
Joe Ferguson 2014-12-18 15:35:35 -08:00
parent 938bbe3bad
commit 4bb8f86780
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
ENV PHP_VERSION 5.5.19
ENV PHP_VERSION 5.5.20
# --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

@ -15,7 +15,7 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
ENV PHP_VERSION 5.5.19
ENV PHP_VERSION 5.5.20
# --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=" \