Skip to content

Commit

Permalink
docker: bump Debian to v12 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Jul 29, 2023
1 parent 1b90a41 commit ef5a4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ef5a4b6

Please sign in to comment.