From 1b75bd3c44c6be22985a5dbe4d2a5e6ef0b075c4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 19 Oct 2023 15:05:20 +0200 Subject: [PATCH] docs: Update location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47f6cb4..7de23ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ LABEL org.opencontainers.image.title="Virtual DSM" LABEL org.opencontainers.image.created=${DATE_ARG} LABEL org.opencontainers.image.revision=${BUILD_ARG} LABEL org.opencontainers.image.version=${VERSION_ARG} -LABEL org.opencontainers.image.source="https://github.com/kroese/virtual-dsm/" +LABEL org.opencontainers.image.source="https://github.com/vdsm/virtual-dsm/" LABEL org.opencontainers.image.url="https://hub.docker.com/r/kroese/virtual-dsm/" LABEL org.opencontainers.image.description="Virtual DSM in a docker container"