feat: add error handling; update dockerfile
This commit is contained in:
parent
391e45c09d
commit
6610442bf1
3 changed files with 15 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.69-alpine3.16 AS builder
|
||||
FROM rust:1.83-alpine3.21 AS builder
|
||||
|
||||
ARG DI_VER=1.2.5
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ COPY . ./
|
|||
RUN cargo build --release
|
||||
|
||||
|
||||
FROM alpine:3.16
|
||||
FROM alpine:3.21
|
||||
|
||||
COPY --from=builder /app/target/release/site /bin/site
|
||||
COPY --from=builder /app/dumb-init /bin/dumb-init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue