diff options
author | Andrei Belov <defan@nginx.com> | 2019-02-07 18:16:31 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-02-07 18:16:31 +0300 |
commit | bf76c2fd552464a920505f59e75be2f44a724b8a (patch) | |
tree | 46d1dcaeb228e5d20785adda878e8edd44d1af5f /pkg/docker/Dockerfile.python3.5 | |
parent | 8f7e256f7f382ce8587df188e252542400130b6f (diff) | |
parent | fc2af29bd3ae229c8830d0e73661b4ad490a07e0 (diff) | |
download | unit-bf76c2fd552464a920505f59e75be2f44a724b8a.tar.gz unit-bf76c2fd552464a920505f59e75be2f44a724b8a.tar.bz2 |
Merged with the default branch.
Diffstat (limited to 'pkg/docker/Dockerfile.python3.5')
-rw-r--r-- | pkg/docker/Dockerfile.python3.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.python3.5 b/pkg/docker/Dockerfile.python3.5 index da6f825a..0d93fb07 100644 --- a/pkg/docker/Dockerfile.python3.5 +++ b/pkg/docker/Dockerfile.python3.5 @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ |