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