Skip to content

Commit 87f0dce

Browse files
committed
Generated Dockerfiles for Unit 0.6.
1 parent 0613435 commit 87f0dce

8 files changed

+8
-8
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 0.5-1~stretch
5+
ENV UNIT_VERSION 0.6-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 0.5-1~stretch
5+
ENV UNIT_VERSION 0.6-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 0.5-1~stretch
5+
ENV UNIT_VERSION 0.6-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 0.5-1~stretch
5+
ENV UNIT_VERSION 0.6-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 0.5-1~stretch
5+
ENV UNIT_VERSION 0.6-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 0.5-1~stretch
5+
ENV UNIT_VERSION 0.6-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 0.5-1~stretch
5+
ENV UNIT_VERSION 0.6-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 0.5-1~stretch
5+
ENV UNIT_VERSION 0.6-1~stretch
66

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

0 commit comments

Comments
 (0)