Skip to content

Commit 1449946

Browse files
committed
update cargo chef
1 parent b4516a3 commit 1449946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG MYSQLCLIENT_PKG=libmariadb-dev-compat
55

66
# NOTE: Ensure builder's Rust version matches CI's in .circleci/config.yml
77
# RUST_VER
8-
FROM docker.io/lukemathwalker/cargo-chef:0.1.72-rust-1.91-bookworm AS chef
8+
FROM docker.io/lukemathwalker/cargo-chef:0.1.73-rust-1.91.1-bookworm AS chef
99
WORKDIR /app
1010

1111
FROM chef AS planner

0 commit comments

Comments
 (0)