Update e2e image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-10-29 13:14:57 -03:00
parent fed013ab6f
commit d869aab61d
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1
fi
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v10292018-5d42f0e
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v10292018-240c7274b
DOCKER_OPTS=${DOCKER_OPTS:-""}

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.64
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.66
RUN clean-install \
g++ \