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

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lamafab committed Mar 28, 2023
1 parent 676e48e commit b08040f
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,6 +1,6 @@
# https://github.com/LukeMathWalker/cargo-chef
# Leveraging the pre-built Docker images with cargo-chef and the Rust toolchain
FROM lukemathwalker/cargo-chef:latest-rust-1.56.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.68.0 AS chef
WORKDIR app

FROM chef AS planner
Expand Down

0 comments on commit b08040f

Please sign in to comment.