Bumped rust & docker versions
This commit is contained in:
parent
b2862efe72
commit
b891d91386
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.61-alpine3.15 AS builder
|
||||
FROM rust:1.63-alpine3.16 AS builder
|
||||
|
||||
ARG DI_VER=1.2.5
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ COPY . ./
|
|||
RUN cargo build --release
|
||||
|
||||
|
||||
FROM alpine:3.15
|
||||
FROM alpine:3.16
|
||||
|
||||
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