Skip to content

Commit

Permalink
Update NGINX to 1.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vighneswar Rao Bojja authored and bvighnesha committed Sep 25, 2019
1 parent 0bd357b commit 9aed3b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.17.3
FROM nginx:1.17.4

# forward nginx access and error logs to stdout and stderr of the ingress
# controller process
Expand Down
2 changes: 1 addition & 1 deletion build/DockerfileForAlpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.17.3-alpine
FROM nginx:1.17.4-alpine

# forward nginx access and error logs to stdout and stderr of the ingress
# controller process
Expand Down
2 changes: 1 addition & 1 deletion build/DockerfileWithOpentracing
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_VERSION=1.17.3
ARG NGINX_VERSION=1.17.4
ARG OPENTRACING_CPP_VERSION=1.5.1

FROM nginx:${NGINX_VERSION} AS opentracing-builder
Expand Down

0 comments on commit 9aed3b9

Please sign in to comment.