From 448cfc80129ac949006d64a7f6128c021a30485b Mon Sep 17 00:00:00 2001 From: GCHQ Developer 85297 <95289555+C85297@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:05:10 +0000 Subject: [PATCH] Overwrite NGINX maintainer label (#2194) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2184a2941..856a16ce4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,6 @@ RUN npm run build ######################################### FROM nginx:stable-alpine AS cyberchef +LABEL maintainer="GCHQ " + COPY --from=builder /app/build/prod /usr/share/nginx/html/