File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ FROM alpine:latest
3030RUN apk --update --no-cache add curl
3131LABEL org.opencontainers.image.title="Dendrite"
3232LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
33- LABEL org.opencontainers.image.source="https://github.com/matrix-org /dendrite"
33+ LABEL org.opencontainers.image.source="https://github.com/element-hq /dendrite"
3434LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
35- LABEL org.opencontainers.image.documentation="https://matrix-org .github.io/dendrite/"
36- LABEL org.opencontainers.image.vendor="The Matrix.org Foundation C.I.C ."
35+ LABEL org.opencontainers.image.documentation="https://element-hq .github.io/dendrite/"
36+ LABEL org.opencontainers.image.vendor="New Vector Ltd ."
3737
3838COPY --from=build /out/create-account /usr/bin/create-account
3939COPY --from=build /out/generate-config /usr/bin/generate-config
You can’t perform that action at this time.
0 commit comments