Skip to content

Commit 6680fd5

Browse files
committed
Generated Dockerfiles for Unit 1.7.1.
1 parent 9a9277b commit 6680fd5

9 files changed

+9
-9
lines changed

pkg/docker/Dockerfile.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

pkg/docker/Dockerfile.go1.7-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

pkg/docker/Dockerfile.go1.8-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

pkg/docker/Dockerfile.minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

pkg/docker/Dockerfile.perl5.24

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

pkg/docker/Dockerfile.php7.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

pkg/docker/Dockerfile.python2.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

pkg/docker/Dockerfile.python3.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

pkg/docker/Dockerfile.ruby2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV UNIT_VERSION 1.7-1~stretch
5+
ENV UNIT_VERSION 1.7.1-1~stretch
66

77
RUN set -x \
88
&& apt-get update \

0 commit comments

Comments
 (0)