Bump nginx to 1.10.3

Change-Id: I7f62afb45e62fe659f63818e2a6f1bc22348a732
This commit is contained in:
Proskurin Kirill 2017-03-01 15:22:22 +00:00
parent faafba4631
commit ecedb51ea5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM {{ image_spec("base-tools") }}
MAINTAINER {{ maintainer }}
RUN apt-get update \
&& apt-get install -y nginx \
&& apt-get install -y -t jessie-backports nginx \
&& usermod -a -G microservices www-data
COPY nginx.conf /etc/nginx/nginx.conf