From 5122172d898fe9fca2d5e34a8bd0920aa11f9645 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 21 Jun 2022 19:14:29 -0700 Subject: [PATCH] updates --- alpine/Dockerfile | 1 + debian/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index e291fb9..38ba941 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,5 @@ FROM alpine:latest +LABEL maintainer "fithwum" ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/alpine/files/Install_Script.sh diff --git a/debian/Dockerfile b/debian/Dockerfile index 663164f..16c11d0 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,5 @@ FROM fithwum/debian-base:bullseye +LABEL maintainer "fithwum" ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/debian/files/Install_Script.sh