diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-04-12 19:47:37 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-04-12 19:47:37 +0300 |
commit | 8912dea6212dc15181549a0792810aded000d2c6 (patch) | |
tree | 89f73d5874dec36c5a7779088897eaf4e36093cc /pkg/docker/Dockerfile.python3.5 | |
parent | 32eb649e7c0372885286eaba04872e909a10a0c9 (diff) | |
download | unit-8912dea6212dc15181549a0792810aded000d2c6.tar.gz unit-8912dea6212dc15181549a0792810aded000d2c6.tar.bz2 |
Generated Dockerfiles for Unit 1.0.1.0
Diffstat (limited to '')
-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 97b9f2ad..02b0f75e 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 0.7-1~stretch +ENV UNIT_VERSION 1.0-1~stretch RUN set -x \ && apt-get update \ |