mirror of
https://codeberg.org/icewind/log-archiver.git
synced 2026-06-03 09:34:09 +02:00
fix docker image
This commit is contained in:
parent
280b8a496f
commit
0c7cf53f9c
2 changed files with 4 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ RUN sudo chown -R rust:rust .
|
|||
|
||||
RUN cargo build --release
|
||||
|
||||
FROM scratch
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/log-archiver /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue