Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Dockerfile: upgrade base image to Debian Bookworm
Browse files Browse the repository at this point in the history
Better late than never.
  • Loading branch information
lpenz committed Dec 25, 2023
1 parent f7874d1 commit 106e13a
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
Expand Up @@ -5,7 +5,7 @@
# Adapted from https://github.com/rust-lang/docker-rust/blob/master/Dockerfile-slim.template
# Nightly version from https://rust-lang.github.io/rustup-components-history/

FROM debian:bullseye-slim
FROM debian:bookworm-slim

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down

0 comments on commit 106e13a

Please sign in to comment.