diff options
Diffstat (limited to 'pkg/docker/Dockerfile.php7.0')
-rw-r--r-- | pkg/docker/Dockerfile.php7.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.php7.0 b/pkg/docker/Dockerfile.php7.0 index fef46c83..70ea8bbc 100644 --- a/pkg/docker/Dockerfile.php7.0 +++ b/pkg/docker/Dockerfile.php7.0 @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.5-1~stretch +ENV UNIT_VERSION 1.6-1~stretch RUN set -x \ && apt-get update \ |