From 71cd826c6f9282d0f574a190fb6d3a9f052a2358 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:12:37 +0100 Subject: [PATCH] fix: update vendor label in Dockerfile to correct value --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91b91d4b..a37a48c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.description="Modern webmail client built with Nex LABEL org.opencontainers.image.source="https://github.com/bulwarkmail/webmail" LABEL org.opencontainers.image.url="https://github.com/bulwarkmail/webmail" LABEL org.opencontainers.image.licenses="AGPL-3.0-only" -LABEL org.opencontainers.image.vendor="root.cloud" +LABEL org.opencontainers.image.vendor="rbm.systems" WORKDIR /app ENV NODE_ENV=production