From a1abebd5b919be3b19f1400b127ddd6acd2c825f Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 25 Oct 2018 17:49:10 +0300 Subject: Generated Dockerfiles for Unit 1.5. --- pkg/docker/Dockerfile.python3.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/docker/Dockerfile.python3.5') diff --git a/pkg/docker/Dockerfile.python3.5 b/pkg/docker/Dockerfile.python3.5 index 53e72e2b..32ecfcf5 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 " -ENV UNIT_VERSION 1.4-2~stretch +ENV UNIT_VERSION 1.5-1~stretch RUN set -x \ && apt-get update \ -- cgit