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

Commit

Permalink
Correct debian version (#19)
Browse files Browse the repository at this point in the history
The other version has glibc errors. I should investigate, but don't have
time rn.
  • Loading branch information
Ellie Huxtable authored Sep 8, 2023
1 parent 938b3a1 commit fca44ad
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 lukemathwalker/cargo-chef:latest-rust-1.72.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.72.0-buster AS chef
WORKDIR app

FROM chef AS planner
Expand Down

0 comments on commit fca44ad

Please sign in to comment.