From 83d7ca67e1c19077183043be893dad15d42aabf1 Mon Sep 17 00:00:00 2001 From: Amuria-Codes Date: Mon, 11 Nov 2024 17:12:42 +0100 Subject: [PATCH] Update Dockerfile --- nodejs/22/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs/22/Dockerfile b/nodejs/22/Dockerfile index 861c50f..b34283c 100644 --- a/nodejs/22/Dockerfile +++ b/nodejs/22/Dockerfile @@ -1,7 +1,7 @@ FROM node:22-bullseye-slim -LABEL author="Softwarenoob" maintainer="admin@softwarenoob.com" -LABEL org.opencontainers.image.source="https://github.com/Software-Noob/pterodactyl-images" +LABEL author="Auroa Online" maintainer="hello@auroa.cloud" +LABEL org.opencontainers.image.source="https://github.com/medaria/ptero-pelican-containerimages" LABEL org.opencontainers.image.licenses="MIT" RUN apt-get update \