From eb9f284f9545e2cf6c2fc8294a1e1020ad779817 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Mon, 16 Nov 2015 10:40:53 -0800 Subject: [PATCH] add jessie tag to debian iptables build --- build/debian-iptables/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/debian-iptables/Dockerfile b/build/debian-iptables/Dockerfile index 5c512e972b0..9b2048abc19 100644 --- a/build/debian-iptables/Dockerfile +++ b/build/debian-iptables/Dockerfile @@ -1,4 +1,4 @@ -FROM debian +FROM debian:jessie # All apt-get's must be in one run command or the # cleanup has no effect.