From 3c930555a3b9662a4bfaedd299bc433d1c37c138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Mon, 18 Dec 2017 18:26:54 -0500 Subject: [PATCH] Point LABEL to docker repo for Debian Dockerfile --- distros/Dockerfile.debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distros/Dockerfile.debian b/distros/Dockerfile.debian index 0833424..b2752db 100644 --- a/distros/Dockerfile.debian +++ b/distros/Dockerfile.debian @@ -1,8 +1,8 @@ FROM debian:sid LABEL org.label-schema.name="docker-bench-security" \ - org.label-schema.url="https://github.com/konstruktoid/docker-bench-security" \ - org.label-schema.vcs-url="https://github.com/konstruktoid/docker-bench-security.git" + org.label-schema.url="https://dockerbench.com" \ + org.label-schema.vcs-url="https://github.com/docker/docker-bench-security.git" RUN \ apt-get update && \