Skip to content

Commit be3973b

Browse files
committed
Update NGINX version to 1.13.3
1 parent 274ecdb commit be3973b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nginx-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.13.0
1+
FROM nginx:1.13.3
22

33
# forward nginx access and error logs to stdout and stderr of the ingress
44
# controller process

nginx-controller/DockerfileForAlpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM nginx:1.13.0-alpine
1+
FROM nginx:1.13.3-alpine
22

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

8-
COPY nginx-ingress nginx/ingress.tmpl nginx/nginx.conf.tmpl /
8+
COPY nginx-ingress nginx/templates/nginx.ingress.tmpl nginx/templates/nginx.tmpl /
99

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

0 commit comments

Comments
 (0)