We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae7126 commit 4fe00beCopy full SHA for 4fe00be
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.17.6
+FROM nginx:1.17.7
2
3
# forward nginx access and error logs to stdout and stderr of the ingress
4
# controller process
build/DockerfileForAlpine
-FROM nginx:1.17.6-alpine
+FROM nginx:1.17.7-alpine
build/DockerfileWithOpentracing
-ARG NGINX_VERSION=1.17.6
+ARG NGINX_VERSION=1.17.7
ARG OPENTRACING_CPP_VERSION=1.5.1
FROM nginx:${NGINX_VERSION} AS opentracing-builder
0 commit comments