From 2a9fc6b1fe440e4887592e93c5181093a679955a Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 27 Sep 2018 15:05:03 +0300 Subject: Packages: updated to 1.4-2. --- 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 6dc452ae..53e72e2b 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-1~stretch +ENV UNIT_VERSION 1.4-2~stretch RUN set -x \ && apt-get update \ -- cgit