From 88509434283826dd6930404157f01d010a8c9c5f Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 20 Jun 2024 19:34:43 +0200 Subject: [PATCH] Added description label --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index efef303..002eaa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM node:20.14.0-bookworm LABEL authorname="firq" +LABEL description="unlighthouse container for ci-based lighthouse testing" WORKDIR /unlighthouse # renovate: datasource=repology depName=debian_12/chromium versioning=loose