From 7ae2260c7e1b2d828dac47c2188bf54c9e723b9a5de9938a2f30427968598f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 26 Jun 2024 14:01:27 +0000 Subject: [PATCH] [info=c395a41814f425c72254ef8e88c550e7] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rust-oldstable-image?expand=0&rev=112 --- README.md | 2 +- rust-oldstable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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