From bc7a465c556766d8e32c1b7b85505f7b35dddf94 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 3 Aug 2021 18:22:40 -0600 Subject: [PATCH] docs(dockerfile): update branch name for readme link --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b931c3f..4de0e64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ LABEL maintainer="Asif Bacchus " LABEL dev.asifbacchus.docker.internalName="ab-dart-sass" LABEL org.opencontainers.image.authors="Asif Bacchus " LABEL org.opencontainers.image.description="Dockerized implementation of Dart-SASS compiler running on Debian (slim) using a limited account." -LABEL org.opencontainers.image.documentation="https://git.asifbacchus.dev/ab-docker/dart-sass/raw/branch/master/README.md" +LABEL org.opencontainers.image.documentation="https://git.asifbacchus.dev/ab-docker/dart-sass/raw/branch/main/README.md" LABEL org.opencontainers.image.source="https://git.asifbacchus.dev/ab-docker/dart-sass.git" LABEL org.opencontainers.image.title="ab-dart-sass" LABEL org.opencontainers.image.url="https://git.asifbacchus.dev/ab-docker/dart-sass"