From bad616e203f9bed9d3589e7ff0027ba9fe407470 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Wed, 31 Jan 2024 13:27:10 -0500 Subject: [PATCH] Update VM dev distro email address --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1233ad..8e92472 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM python:3.7.16-slim-bullseye # # Note: Additional labels are added by the build workflow. ### -LABEL org.opencontainers.image.authors="vm-fusion-dev-group@trio.dhs.gov" +LABEL org.opencontainers.image.authors="vm-dev@gwe.cisa.dhs.gov" LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency" ###