From 9cbc294969e216e658285730d5a93246da855c7d Mon Sep 17 00:00:00 2001 From: Jacob McCann Date: Sat, 14 Jan 2017 21:13:49 -0600 Subject: [PATCH] Update repo names --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 247aeea..9adc71f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Docker image for the Drone clair plugin # -# cd $GOPATH/src/github.com/Unikorn123/drone-clair +# cd $GOPATH/src/github.com/jmccann/drone-clair # go build -# docker build --rm=true -t Unikorn123/drone-clair . +# docker build --rm=true -t jmccann/drone-clair . FROM alpine:3.3