From 746c20f2c8833042873d9411e133e1a2b548531b Mon Sep 17 00:00:00 2001 From: Cell <34919523+cell@users.noreply.github.com> Date: Mon, 19 Feb 2018 11:09:22 +0100 Subject: [PATCH] FIX label with URL of the repo (#5) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86ac4b4..a89cc77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ LABEL org.label-schema.schema-version="1.0" \ org.label-schema.license=Apache-2.0 \ org.label-schema.build-date="$BUILD_DATE" \ org.label-schema.vcs-ref="$VCS_REF" \ - org.label-schema.vcs-url="https://github.com/Tecnativa/docker-tcp-proxy" + org.label-schema.vcs-url="https://github.com/Tecnativa/docker-socket-proxy"