File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM nginx:1.11.8
1+ FROM nginx:1.11.13
22
33# forward nginx access and error logs to stdout and stderr of the ingress
44# controller process
Original file line number Diff line number Diff line change 1- FROM nginx:1.11.8 -alpine
1+ FROM nginx:1.11.13 -alpine
22
33# forward nginx access and error logs to stdout and stderr of the ingress
44# controller process
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TAG = $(VERSION)
55PREFIX = nginxdemos/nginx-ingress
66
77DOCKER_RUN = docker run --rm -v $(shell pwd) /../:/go/src/github.com/nginxinc/kubernetes-ingress -w /go/src/github.com/nginxinc/kubernetes-ingress/nginx-controller/
8- GOLANG_CONTAINER = golang:1.7
8+ GOLANG_CONTAINER = golang:1.8
99DOCKERFILE = Dockerfile
1010
1111BUILD_IN_CONTAINER = 1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TAG = $(VERSION)
55PREFIX =
66
77DOCKER_RUN = docker run --rm -v $(shell pwd) /../:/go/src/github.com/nginxinc/kubernetes-ingress -w /go/src/github.com/nginxinc/kubernetes-ingress/nginx-plus-controller/
8- GOLANG_CONTAINER = golang:1.7
8+ GOLANG_CONTAINER = golang:1.8
99
1010BUILD_IN_CONTAINER = 1
1111PUSH_TO_GCR =
You can’t perform that action at this time.
0 commit comments