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