Skip to content

Commit

Permalink
Merge pull request #135 from nginxinc/update
Browse files Browse the repository at this point in the history
Update NGINX version to 1.11.13, golang to 1.8
  • Loading branch information
pleshakov committed Apr 14, 2017
2 parents 81bcf93 + da79ee9 commit db46369
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nginx-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.11.8
FROM nginx:1.11.13

# forward nginx access and error logs to stdout and stderr of the ingress
# controller process
Expand Down
2 changes: 1 addition & 1 deletion nginx-controller/DockerfileForAlpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.11.8-alpine
FROM nginx:1.11.13-alpine

# forward nginx access and error logs to stdout and stderr of the ingress
# controller process
Expand Down
2 changes: 1 addition & 1 deletion nginx-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TAG = $(VERSION)
PREFIX = nginxdemos/nginx-ingress

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/
GOLANG_CONTAINER = golang:1.7
GOLANG_CONTAINER = golang:1.8
DOCKERFILE = Dockerfile

BUILD_IN_CONTAINER = 1
Expand Down
2 changes: 1 addition & 1 deletion nginx-plus-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TAG = $(VERSION)
PREFIX =

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/
GOLANG_CONTAINER = golang:1.7
GOLANG_CONTAINER = golang:1.8

BUILD_IN_CONTAINER = 1
PUSH_TO_GCR =
Expand Down

0 comments on commit db46369

Please sign in to comment.