Skip to content

Commit

Permalink
Update 5.6 version - fix #11
Browse files Browse the repository at this point in the history
Signed-off-by: Rogerio Prado de Jesus <[email protected]>
  • Loading branch information
rogeriopradoj committed Oct 4, 2014
1 parent fbac56b commit 28bebce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 5.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
ENV PHP_VERSION 5.6.1

RUN set -x \
&& curl -SLO http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb \
Expand Down
2 changes: 1 addition & 1 deletion 5.6/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
ENV PHP_VERSION 5.6.1

RUN set -x \
&& curl -SLO http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb \
Expand Down

0 comments on commit 28bebce

Please sign in to comment.