Skip to content

Commit 6db002c

Browse files
Update Nginx version to 1.17.1
2 parents 722f661 + 51f3e62 commit 6db002c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

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

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

build/DockerfileForAlpine

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

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

0 commit comments

Comments
 (0)