Skip to content

Commit f18eae1

Browse files
committed
Update NGINX version to 1.15.6
1 parent f89a9a2 commit f18eae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.15.2
1+
FROM nginx:1.15.6
22

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

nginx-controller/DockerfileForAlpine

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

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

0 commit comments

Comments
 (0)