Skip to content

Commit

Permalink
Merge pull request #47 from cisagov/improvement/fix_agency_name
Browse files Browse the repository at this point in the history
Correct the Agency Name for Docker Images
  • Loading branch information
mcdonnnj authored Feb 17, 2021
2 parents df2ffc0 + 1d63b66 commit 6012923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG VERSION
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
# Note: Additional labels are added by the build workflow.
LABEL org.opencontainers.image.authors="mark.feldhousen@cisa.dhs.gov"
LABEL org.opencontainers.image.vendor="Cyber and Infrastructure Security Agency"
LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency"

ARG CISA_UID=421
ENV CISA_HOME="/home/cisa"
Expand Down

0 comments on commit 6012923

Please sign in to comment.