diff --git a/README.md b/README.md index 310c33f..72cfc4a 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-oldstable-image.changes b/rust-oldstable-image.changes index c4aebc7..9198a5f 100644 --- a/rust-oldstable-image.changes +++ b/rust-oldstable-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