Skip to content

Commit

Permalink
Generated Dockerfiles for Unit 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
VBart committed Jul 13, 2018
1 parent a1bf265 commit 604a904
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.go1.7-dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.go1.8-dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.minimal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.perl5.24
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.php7.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.python2.7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.python3.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile.ruby2.3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV UNIT_VERSION 1.2-1~stretch
ENV UNIT_VERSION 1.3-1~stretch

RUN set -x \
&& apt-get update \
Expand Down

0 comments on commit 604a904

Please sign in to comment.