[info=c395a41814f425c72254ef8e88c550e7]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rust-oldstable-image?expand=0&rev=112
This commit is contained in:
Dan Čermák 2024-06-26 14:01:27 +00:00 committed by Git OBS Bridge
parent be75a00342
commit 7ae2260c7e
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@ COPY . ./
RUN cargo build --release RUN cargo build --release
# Bundle the application into a BCI micro (or other BCI image) # 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 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> Tue Jun 25 07:39:04 UTC 2024 - Dirk Mueller <dmueller@suse.com>