Skip to content

Commit 7c32988

Browse files
Update URLs in dockerfile metadata (#18971)
1 parent 688f635 commit 7c32988

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog.d/18971.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dockerfile metadata to fix broken link; point to documentation website.

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ FROM docker.io/library/python:${PYTHON_VERSION}-slim-${DEBIAN_VERSION}
171171

172172
ARG TARGETARCH
173173

174-
LABEL org.opencontainers.image.url='https://matrix.org/docs/projects/server/synapse'
175-
LABEL org.opencontainers.image.documentation='https://github.com/element-hq/synapse/blob/master/docker/README.md'
174+
LABEL org.opencontainers.image.url='https://github.com/element-hq/synapse'
175+
LABEL org.opencontainers.image.documentation='https://element-hq.github.io/synapse/latest/'
176176
LABEL org.opencontainers.image.source='https://github.com/element-hq/synapse.git'
177177
LABEL org.opencontainers.image.licenses='AGPL-3.0-or-later'
178178

0 commit comments

Comments
 (0)