From 157120bfd123553c9c0b6fcfffa288c5240d4f39 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 22 Mar 2018 21:07:06 +0300 Subject: Generated Dockerfiles for Unit 0.7. --- 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 e59a0784..97b9f2ad 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 0.6-1~stretch +ENV UNIT_VERSION 0.7-1~stretch RUN set -x \ && apt-get update \ -- cgit