Update nginx image to 0.84 (#3969)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-04-06 12:30:35 -03:00 committed by GitHub
parent 8960226f40
commit c9d069e64d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

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