Skip to content

Commit 4fe00be

Browse files
committed
Update NGINX version 1.17.7
1 parent 9ae7126 commit 4fe00be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6
1+
FROM nginx:1.17.7
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.6-alpine
1+
FROM nginx:1.17.7-alpine
22

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

build/DockerfileWithOpentracing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGINX_VERSION=1.17.6
1+
ARG NGINX_VERSION=1.17.7
22
ARG OPENTRACING_CPP_VERSION=1.5.1
33

44
FROM nginx:${NGINX_VERSION} AS opentracing-builder

0 commit comments

Comments
 (0)