Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust-stable-image for openSUSE:Factory checked in at 2024-06-27 16:02:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old) and /work/SRC/openSUSE:Factory/.rust-stable-image.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rust-stable-image" Thu Jun 27 16:02:52 2024 rev:21 rq:1183463 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes 2024-06-25 23:09:57.223721670 +0200 +++ /work/SRC/openSUSE:Factory/.rust-stable-image.new.18349/rust-stable-image.changes 2024-06-27 16:03:54.475946272 +0200 @@ -1,0 +2,5 @@ +Wed Jun 26 13:56:49 UTC 2024 - Dirk Mueller <dmueller@suse.com> + +- README fixes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.V4V6By/_old 2024-06-27 16:03:54.939963320 +0200 +++ /var/tmp/diff_new_pack.V4V6By/_new 2024-06-27 16:03:54.943963466 +0200 @@ -21,7 +21,7 @@ RUN cargo build --release # Bundle the application into a BCI micro (or other BCI image) -FROM registry.suse.com/bci/bci-micro +FROM registry.suse.com/bci/bci-micro:latest COPY --from=build /app/target/release/hello /usr/local/bin/hello