From b8c53deb443672d19db7776ee074ef8449016bbe Mon Sep 17 00:00:00 2001 From: Rogerio Prado de Jesus Date: Sat, 18 Oct 2014 07:55:43 -0300 Subject: [PATCH] Bump 5.6.2 - fix #21 fix #21 Signed-off-by: Rogerio Prado de Jesus --- 5.6/Dockerfile | 2 +- 5.6/apache/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/5.6/Dockerfile b/5.6/Dockerfile index c615bd70..231765a7 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -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 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 0BD78B5F97500D450838F95DFE857D9A90D90EC1 -ENV PHP_VERSION 5.6.1 +ENV PHP_VERSION 5.6.2 RUN set -x \ && curl -SLO http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb \ diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index 31508a47..6e0dcdbd 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -16,7 +16,7 @@ COPY apache2.conf /etc/apache2/apache2.conf RUN gpg --keyserver pgp.mit.edu --recv-keys 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 0BD78B5F97500D450838F95DFE857D9A90D90EC1 -ENV PHP_VERSION 5.6.1 +ENV PHP_VERSION 5.6.2 RUN set -x \ && curl -SLO http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb \