From 901fba45e0003985f40e9d73f0872f63a7460a1d Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Mon, 12 Jun 2017 16:42:56 -0700 Subject: [PATCH] Bazel: use new debian-iptables-amd64 image --- build/root/WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index b82d9ef9a55..9e0ff0ba00e 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -62,7 +62,7 @@ http_file( docker_pull( name = "debian-iptables-amd64", - digest = "sha256:adde513f7b3561042cd2d2af4d2d355189bbb2f579584b5766e7d07be4f7e71e", # v7 + digest = "sha256:bfc7cc030258f53495b5dacf1e1d750db9b8687577a8648a3c8e245f8d7d2c52", # v7 registry = "gcr.io", repository = "google-containers/debian-iptables-amd64", )