docker/rust/release-plz-update-pr.Dockerfile
Victor Martinez Montané b2fcf71157 feat: refactor scripts & bump versions (#1)
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
Reviewed-on: https://codeberg.org/JasterV/docker/pulls/1
2026-04-23 01:52:28 +02:00

8 lines
218 B
Docker

FROM jasterv/release-plz:0.3.157
COPY rust/scripts/update-pr.sh /usr/local/bin/update-pr
RUN chmod +x /usr/local/bin/update-pr
# Entrypoint is required for Woodpecker plugins
ENTRYPOINT ["/usr/local/bin/update-pr"]