We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98835b commit 88ee683Copy full SHA for 88ee683
5.5/Dockerfile
@@ -2,7 +2,7 @@ FROM buildpack-deps
2
3
RUN gpg --keyserver pgp.mit.edu --recv-keys 0BD78B5F97500D450838F95DFE857D9A90D90EC1 0B96609E270F565C13292B24C13C70B87267B52D
4
5
-ENV PHP_VERSION 5.5.15
+ENV PHP_VERSION 5.5.16
6
7
RUN set -x \
8
&& apt-get update && apt-get install -y curl && rm -r /var/lib/apt/lists/* \
5.5/apache/Dockerfile
0 commit comments