From f108c43f3724d5b91027130e4c32608289956744f47a531f2cd27e05f93cfe39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 28 Sep 2024 08:22:22 +0000 Subject: [PATCH] [info=b3a8e62aa51e8be2632184dceba6073c] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rust-stable-image?expand=0&rev=174 --- README.md | 2 +- rust-stable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93bf20b..baefb93 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ COPY . ./ RUN cargo build --release # Bundle the application into a BCI micro (or other BCI image) -FROM registry.suse.com/bci/bci-micro:latest +FROM registry.opensuse.org/opensuse/bci/bci-micro:latest COPY --from=build /app/target/release/hello /usr/local/bin/hello diff --git a/rust-stable-image.changes b/rust-stable-image.changes index 4483dd7..d503d22 100644 --- a/rust-stable-image.changes +++ b/rust-stable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller + +- fix registry references in READMEs + ------------------------------------------------------------------- Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller