mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06:30 +00:00
docker: bump Debian to v12 (#200)
This commit is contained in:
parent
1b90a41f6a
commit
ef5a4b68bb
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
FROM rust:bullseye as build
|
FROM rust:bookworm as build
|
||||||
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
RUN cargo install --path /src
|
RUN cargo install --path /src
|
||||||
|
|
||||||
FROM debian:bullseye
|
FROM debian:bookworm
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source https://github.com/deps-rs/deps.rs
|
LABEL org.opencontainers.image.source https://github.com/deps-rs/deps.rs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue