From 317024d327aea4e60ef23b04943ac6722b968455 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 19 Oct 2023 15:33:12 +0200 Subject: [PATCH] fix: Update location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7de23ef..fb93a14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ 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/vdsm/virtual-dsm/" -LABEL org.opencontainers.image.url="https://hub.docker.com/r/kroese/virtual-dsm/" +LABEL org.opencontainers.image.url="https://hub.docker.com/r/vdsm/virtual-dsm/" LABEL org.opencontainers.image.description="Virtual DSM in a docker container" HEALTHCHECK --interval=60s --retries=2 CMD /run/check.sh