diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-02-08 18:59:02 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-02-08 18:59:02 +0300 |
commit | 01c6f149a69e8cd0ca19f6c0de3f51a7b7ce064d (patch) | |
tree | d3cb162edbf9a59d54cd23bc7eb9294e66cc433e /pkg/docker/Dockerfile.python3.5 | |
parent | 40a360b6409a13f43ef0943e79ebdcbd3543de2a (diff) | |
download | unit-01c6f149a69e8cd0ca19f6c0de3f51a7b7ce064d.tar.gz unit-01c6f149a69e8cd0ca19f6c0de3f51a7b7ce064d.tar.bz2 |
Generated Dockerfiles for Unit 0.5.0.5
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 10041009..1d3639c6 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.4-1~stretch +ENV UNIT_VERSION 0.5-1~stretch RUN set -x \ && apt-get update \ |