diff --git a/README.md b/README.md index 3e174c7..5ae373e 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 +FROM registry.suse.com/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 ef28613..8ab1fc6 100644 --- a/rust-oldstable-image.changes +++ b/rust-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 26 13:56:49 UTC 2024 - Dirk Mueller + +- README fixes + ------------------------------------------------------------------- Tue Jun 25 07:39:04 UTC 2024 - Dirk Mueller