Skip to content

Commit

Permalink
chore: use rust:1-bookworm as base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Toromyx committed Jan 20, 2024
1 parent 11a7e0b commit 32dada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.70 AS base
FROM rust:1-bookworm AS base

# rust setup
RUN cargo install cargo-binstall
Expand Down

0 comments on commit 32dada8

Please sign in to comment.