Skip to content

Commit

Permalink
Explicitly use buster image for cargo-chef, mitigates #1204 (#1205)
Browse files Browse the repository at this point in the history
Co-authored-by: Jinna Kiisuo <jinna+git@nocturnal.fi>
  • Loading branch information
jinnatar and Jinna Kiisuo committed Aug 31, 2023
1 parent 14f07da commit fc2c473
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

1 comment on commit fc2c473

@vercel
Copy link

@vercel vercel bot commented on fc2c473 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin-docs – ./

atuin-docs.vercel.app
atuin-docs-atuin.vercel.app
atuin-docs-git-main-atuin.vercel.app

Please sign in to comment.