Skip to content

Commit

Permalink
Update NGINX in dockerfile to 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LorcanMcVeigh authored Aug 19, 2019
1 parent 1152f4a commit df8c9bc
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.2
FROM nginx:1.17.3

# 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.2-alpine
FROM nginx:1.17.3-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.2
ARG NGINX_VERSION=1.17.3
ARG OPENTRACING_CPP_VERSION=1.5.1

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

0 comments on commit df8c9bc

Please sign in to comment.