From e131d8f0ec387bded0bdb9541605319e2f5e705f Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Wed, 31 Jan 2024 13:33:23 -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 61eb002..484d125 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12.1-bullseye # https://github.com/opencontainers/image-spec/blob/master/annotations.md # # 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" ###