docker: bump Debian to v12 (#200)

This commit is contained in:
Paolo Barbolini 2023-07-29 22:33:26 +02:00 committed by GitHub
parent 1b90a41f6a
commit ef5a4b68bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
FROM rust:bullseye as build
FROM rust:bookworm as build
COPY . /src
RUN cargo install --path /src
FROM debian:bullseye
FROM debian:bookworm
LABEL org.opencontainers.image.source https://github.com/deps-rs/deps.rs