Skip to content

Commit

Permalink
Upgrade Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed May 17, 2024
1 parent 715186f commit 251651d
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,4 +1,4 @@
FROM rust:slim-bullseye AS chef
FROM rust:slim-bookworm AS chef
WORKDIR /src
RUN cargo install cargo-chef

Expand All @@ -21,7 +21,7 @@ COPY . .
RUN cargo install --locked --path .

# Bundle the application
FROM debian:bullseye-slim
FROM debian:bookworm-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
&& apt-get clean
Expand Down

0 comments on commit 251651d

Please sign in to comment.