From 0b09334b93fe738071b4c1109be5be27357d3f6c Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Wed, 1 Nov 2023 12:20:11 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60a3705..763ac60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Runs Ubuntu 22.04 LTS (Jammy Jellyfish) as base image FROM ubuntu:22.04 -# Sets the maintainer to me, Minionguyjpro! +# Sets the maintainer to US! LABEL org.opencontainers.image.authors="Minionguyjpro,Alphe" # Install all needed programs, including: GCC i386 libraries, Xorriso and GNU Mtools RUN apt-get update