diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-04-24 18:56:26 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-04-24 18:56:26 +0100 |
commit | 0dfe76217cbfbbb820f256c0a2207be6e0a84179 (patch) | |
tree | 8a88e16406cf7705dc66ef0e5bd4711e3ae7f5ec | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-0dfe76217cbfbbb820f256c0a2207be6e0a84179.tar.xz |
Mark opencontainer licence as AGPL-3.0-or-later
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index d4cb9414ff..1bef8045ca 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -163,7 +163,7 @@ FROM docker.io/library/python:${PYTHON_VERSION}-slim-bookworm LABEL org.opencontainers.image.url='https://matrix.org/docs/projects/server/synapse' LABEL org.opencontainers.image.documentation='https://github.com/element-hq/synapse/blob/master/docker/README.md' LABEL org.opencontainers.image.source='https://github.com/element-hq/synapse.git' -LABEL org.opencontainers.image.licenses='Apache-2.0' +LABEL org.opencontainers.image.licenses='AGPL-3.0-or-later' RUN \ --mount=type=cache,target=/var/cache/apt,sharing=locked \ |