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" ###