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
2
2
3
3
# forward nginx access and error logs to stdout and stderr of the ingress
4
4
# 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
2
2
3
3
# forward nginx access and error logs to stdout and stderr of the ingress
4
4
# controller process
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TAG = $(VERSION)
5
5
PREFIX = nginxdemos/nginx-ingress
6
6
7
7
DOCKER_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
9
9
DOCKERFILE = Dockerfile
10
10
11
11
BUILD_IN_CONTAINER = 1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TAG = $(VERSION)
5
5
PREFIX =
6
6
7
7
DOCKER_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
9
9
10
10
BUILD_IN_CONTAINER = 1
11
11
PUSH_TO_GCR =
You can’t perform that action at this time.
0 commit comments