diff --git a/apps/labrinth/Dockerfile b/apps/labrinth/Dockerfile index e15875b14..e7126e6dc 100644 --- a/apps/labrinth/Dockerfile +++ b/apps/labrinth/Dockerfile @@ -8,6 +8,10 @@ RUN cargo build --release FROM debian:bookworm-slim +LABEL org.opencontainers.image.source=https://github.com/modrinth/code +LABEL org.opencontainers.image.description="Modrinth API" +LABEL org.opencontainers.image.licenses=AGPL-3.0 + RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates openssl \ && apt-get clean \