Skip to content

Commit fbac56b

Browse files
committed
Update versions
1 parent ada0cc3 commit fbac56b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

5.4/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 F38252826ACD957EF380D39F2F7956BC5DA04B5D
99

10-
ENV PHP_VERSION 5.4.32
10+
ENV PHP_VERSION 5.4.33
1111

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

5.4/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 F38252826ACD957EF380D39F2F7956BC5DA04B5D
1818

19-
ENV PHP_VERSION 5.4.32
19+
ENV PHP_VERSION 5.4.33
2020

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

5.5/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 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
99

10-
ENV PHP_VERSION 5.5.16
10+
ENV PHP_VERSION 5.5.17
1111

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

5.5/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 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
1818

19-
ENV PHP_VERSION 5.5.16
19+
ENV PHP_VERSION 5.5.17
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)