Update to 5.5.16

This commit is contained in:
Tianon Gravi 2014-08-22 10:08:15 -06:00
parent e98835b454
commit 88ee683d43
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM buildpack-deps
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
ENV PHP_VERSION 5.5.15
ENV PHP_VERSION 5.5.16
RUN set -x \
&& apt-get update && apt-get install -y curl && rm -r /var/lib/apt/lists/* \

View File

@ -2,7 +2,7 @@ FROM buildpack-deps
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
ENV PHP_VERSION 5.5.15
ENV PHP_VERSION 5.5.16
RUN set -x \
&& apt-get update && apt-get install -y curl && rm -r /var/lib/apt/lists/* \