Update nginx image and Go to 1.12.4 (#4010)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-04-17 22:45:51 -04:00 committed by GitHub
parent 0953b3d22e
commit 7283a01b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1
fi
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v04062019-3dc4253b7
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v04172019-3fa3923cb
DOCKER_OPTS=${DOCKER_OPTS:-""}