Skip to content

Commit 88ee683

Browse files
committed
Update to 5.5.16
1 parent e98835b commit 88ee683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

5.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM buildpack-deps
22

33
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
44

5-
ENV PHP_VERSION 5.5.15
5+
ENV PHP_VERSION 5.5.16
66

77
RUN set -x \
88
&& apt-get update && apt-get install -y curl && rm -r /var/lib/apt/lists/* \

5.5/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM buildpack-deps
22

33
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
44

5-
ENV PHP_VERSION 5.5.15
5+
ENV PHP_VERSION 5.5.16
66

77
RUN set -x \
88
&& apt-get update && apt-get install -y curl && rm -r /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)