👷 drone
This commit is contained in:
parent
2ca58471ec
commit
5c5349b27f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rust as builder
|
||||
FROM rust:alpine as builder
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
|
||||
RUN cargo build --release
|
||||
|
||||
FROM archlinux
|
||||
FROM alpine
|
||||
|
||||
COPY --from=builder /app/target/release/me-site /bin/me-site
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue