Skip to content

Commit 472e9b2

Browse files
committed
Generated Dockerfiles for Unit 1.1.
1 parent 62a89ee commit 472e9b2

9 files changed

+9
-9
lines changed

pkg/docker/Dockerfile.full

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

pkg/docker/Dockerfile.go1.7-dev

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

pkg/docker/Dockerfile.go1.8-dev

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

pkg/docker/Dockerfile.minimal

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

pkg/docker/Dockerfile.perl5.24

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

pkg/docker/Dockerfile.php7.0

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

pkg/docker/Dockerfile.python2.7

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

pkg/docker/Dockerfile.python3.5

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

pkg/docker/Dockerfile.ruby2.3

+1-1
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.0-1~stretch
5+
ENV UNIT_VERSION 1.1-1~stretch
66

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

0 commit comments

Comments
 (0)