diff --git a/debug/Dockerfile b/debug/Dockerfile index 417fcb5..d373a94 100644 --- a/debug/Dockerfile +++ b/debug/Dockerfile @@ -1,4 +1,4 @@ -FROM ipunktbs/nginx:1.9.7-7-1.2.10 +FROM ipunktbs/nginx:1.9.7-7-1.2.11 RUN apt-get update && apt-get -y install php7.0-xdebug \ && rm -Rf /var/lib/apt/lists \ && mkdir -p /opt/profiling ; chmod 777 /opt/profiling