From 41b6f5b7bcb1a0ca3ec231c237e1cffc5299ce12 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 15:36:49 +0100 Subject: [PATCH] added maintainer label --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6475c9f..1589a3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +LABEL org.opencontainers.image.authors="firq" + FROM node:20.10.0-bookworm WORKDIR /unlighthouse