From 930f7ea676bc52a205ea41c72721d5e6a3d4b3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 13 Aug 2015 22:35:50 +0200 Subject: [PATCH] switch to jessie MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- distros/Dockerfile.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/Dockerfile.debian b/distros/Dockerfile.debian index ce991a7..f492339 100644 --- a/distros/Dockerfile.debian +++ b/distros/Dockerfile.debian @@ -1,6 +1,6 @@ # REPOSITORY https://github.com/konstruktoid/docker-bench-security/ -FROM debian:wheezy +FROM debian:jessie MAINTAINER Thomas Sjögren