Update license in Docker image annotations

This commit is contained in:
Quentin Gliech 2024-10-17 17:21:14 +02:00
parent 984b02434e
commit b85bc28eec
No known key found for this signature in database
GPG Key ID: 22D62B84552719FC

View File

@ -31,7 +31,7 @@ RUN apk --update --no-cache add curl
LABEL org.opencontainers.image.title="Dendrite"
LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
LABEL org.opencontainers.image.source="https://github.com/matrix-org/dendrite"
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
LABEL org.opencontainers.image.documentation="https://matrix-org.github.io/dendrite/"
LABEL org.opencontainers.image.vendor="The Matrix.org Foundation C.I.C."
@ -45,4 +45,3 @@ WORKDIR /etc/dendrite
ENTRYPOINT ["/usr/bin/dendrite"]
EXPOSE 8008 8448