mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
Bump 5.5.18 - fix docker-library#22
fix docker-library#22 Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
This commit is contained in:
parent
dc0a6ad58c
commit
7c248a3108
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y curl && rm -r /var/lib/apt/lists/*
|
||||
|
||||
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
|
||||
|
||||
ENV PHP_VERSION 5.5.17
|
||||
ENV PHP_VERSION 5.5.18
|
||||
|
||||
RUN set -x \
|
||||
&& curl -SLO http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
|
@ -16,7 +16,7 @@ COPY apache2.conf /etc/apache2/apache2.conf
|
||||
|
||||
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
|
||||
|
||||
ENV PHP_VERSION 5.5.17
|
||||
ENV PHP_VERSION 5.5.18
|
||||
|
||||
RUN set -x \
|
||||
&& curl -SLO http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
|
Loading…
Reference in New Issue
Block a user