Skip to content

Commit d30fedf

Browse files
authored
Merge pull request #330 from nginxinc/update-nginx-oss-to-1-15-2
Update NGINX version to 1.15.2
2 parents f446d72 + 29788f4 commit d30fedf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nginx-controller/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.13.12
1+
FROM nginx:1.15.2
22

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

nginx-controller/DockerfileForAlpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.13.12-alpine
1+
FROM nginx:1.15.2-alpine
22

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

0 commit comments

Comments
 (0)