diff --git a/Dockerfile b/Dockerfile index c937665..6fa99a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY . /src RUN cargo build --release FROM debian:bookworm as mcaptcha-cli -LABEL org.opencontainers.image.source https://github.com/mcaptcha/cli +LABEL org.opencontainers.image.source https://git.batsense.net/mcaptcha/cli RUN useradd -ms /bin/bash -u 1001 mcaptcha-cli WORKDIR /home/mcaptcha-cli COPY --from=rust /src/target/release/mcaptcha-cli /usr/local/bin/