Update nginx image to 0.92

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-04 09:37:23 -04:00
parent 74031cc8b8
commit 1304cb194f
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ function cleanup {
}
trap cleanup EXIT
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v09032019-b807fb5d2
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v09042019-11ed7fc84
DOCKER_OPTS=${DOCKER_OPTS:-}