Accepting request 1183462 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1183462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-oldstable-image?expand=0&rev=21
This commit is contained in:
Ana Guerrero 2024-06-27 14:02:51 +00:00 committed by Git OBS Bridge
commit d08c50b4a6
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 26 13:56:49 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- README fixes
-------------------------------------------------------------------
Tue Jun 25 07:39:04 UTC 2024 - Dirk Mueller <dmueller@suse.com>