Skip to content

Commit db46369

Browse files
authored
Merge pull request #135 from nginxinc/update
Update NGINX version to 1.11.13, golang to 1.8
2 parents 81bcf93 + da79ee9 commit db46369

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

nginx-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

nginx-controller/DockerfileForAlpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

nginx-controller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TAG = $(VERSION)
55
PREFIX = nginxdemos/nginx-ingress
66

77
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
99
DOCKERFILE = Dockerfile
1010

1111
BUILD_IN_CONTAINER = 1

nginx-plus-controller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TAG = $(VERSION)
55
PREFIX =
66

77
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
99

1010
BUILD_IN_CONTAINER = 1
1111
PUSH_TO_GCR =

0 commit comments

Comments
 (0)