From 077009f3ad56d38554086e8b5ae52b111f012027 Mon Sep 17 00:00:00 2001 From: azlam Date: Mon, 9 Oct 2023 13:29:51 +1100 Subject: [PATCH] fix(docker): update links in docker --- dockerfiles/sfpowerscripts.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/sfpowerscripts.Dockerfile b/dockerfiles/sfpowerscripts.Dockerfile index 3c4924ccf..11aacde2c 100644 --- a/dockerfiles/sfpowerscripts.Dockerfile +++ b/dockerfiles/sfpowerscripts.Dockerfile @@ -11,7 +11,7 @@ ARG NODE_MAJOR=20 LABEL org.opencontainers.image.description "sfpowerscripts is a build system for modular development in Salesforce." LABEL org.opencontainers.image.licenses "MIT" LABEL org.opencontainers.image.url "https://github.com/dxatscale/sfpowerscripts" -LABEL org.opencontainers.image.documentation "https://docs.dxatscale.io/projects/sfpowerscripts" +LABEL org.opencontainers.image.documentation "https://docs.dxatscale.io/sfpowerscripts/sfpowerscripts" LABEL org.opencontainers.image.revision $GIT_COMMIT LABEL org.opencontainers.image.vendor "DX@Scale" LABEL org.opencontainers.image.source "https://github.com/dxatscale/sfpowerscripts"