diff --git a/Dockerfile b/Dockerfile index 2a6ae1b9d..7e9a0c4c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -121,6 +121,7 @@ COPY --from=build /out / ### Build Final Image FROM public.ecr.aws/docker/library/alpine:3.21 AS final LABEL maintainer="deluan@navidrome.org" +LABEL org.opencontainers.image.source="https://github.com/navidrome/navidrome" # Install ffmpeg and mpv RUN apk add -U --no-cache ffmpeg mpv