Skip to content

Commit

Permalink
Update NGINX version to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Jul 13, 2017
1 parent 274ecdb commit be3973b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nginx-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.13.0
FROM nginx:1.13.3

# forward nginx access and error logs to stdout and stderr of the ingress
# controller process
Expand Down
4 changes: 2 additions & 2 deletions nginx-controller/DockerfileForAlpine
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM nginx:1.13.0-alpine
FROM nginx:1.13.3-alpine

# forward nginx access and error logs to stdout and stderr of the ingress
# controller process
RUN ln -sf /proc/1/fd/1 /var/log/nginx/access.log \
&& ln -sf /proc/1/fd/2 /var/log/nginx/error.log

COPY nginx-ingress nginx/ingress.tmpl nginx/nginx.conf.tmpl /
COPY nginx-ingress nginx/templates/nginx.ingress.tmpl nginx/templates/nginx.tmpl /

RUN rm /etc/nginx/conf.d/*

Expand Down

0 comments on commit be3973b

Please sign in to comment.