Skip to content

Commit 28bebce

Browse files
committed
Update 5.6 version - fix #11
Signed-off-by: Rogerio Prado de Jesus <[email protected]>
1 parent fbac56b commit 28bebce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y curl && rm -r /var/lib/apt/lists/*
77

88
RUN gpg --keyserver pgp.mit.edu --recv-keys 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 0BD78B5F97500D450838F95DFE857D9A90D90EC1
99

10-
ENV PHP_VERSION 5.6.0
10+
ENV PHP_VERSION 5.6.1
1111

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

5.6/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY apache2.conf /etc/apache2/apache2.conf
1616

1717
RUN gpg --keyserver pgp.mit.edu --recv-keys 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 0BD78B5F97500D450838F95DFE857D9A90D90EC1
1818

19-
ENV PHP_VERSION 5.6.0
19+
ENV PHP_VERSION 5.6.1
2020

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

0 commit comments

Comments
 (0)