diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-03-01 18:23:39 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-03-01 18:23:39 +0300 |
commit | 204dfec87970bb3d5ca0508e5f4ed740bd35ebe4 (patch) | |
tree | 3ae18d5b6e926acc67bfdde4a4e1b58dbe72e247 /pkg/docker/Dockerfile.python2.7 | |
parent | 050cfb6d5bc755189b6e95e54320cf4c2a8b7441 (diff) | |
download | unit-204dfec87970bb3d5ca0508e5f4ed740bd35ebe4.tar.gz unit-204dfec87970bb3d5ca0508e5f4ed740bd35ebe4.tar.bz2 |
Generated Dockerfiles for Unit 1.8.0.1.8.0
Diffstat (limited to 'pkg/docker/Dockerfile.python2.7')
-rw-r--r-- | pkg/docker/Dockerfile.python2.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.python2.7 b/pkg/docker/Dockerfile.python2.7 index dec5d3cf..57619e26 100644 --- a/pkg/docker/Dockerfile.python2.7 +++ b/pkg/docker/Dockerfile.python2.7 @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7.1-1~stretch +ENV UNIT_VERSION 1.8.0-1~stretch RUN set -x \ && apt-get update \ |