Skip to content

Commit

Permalink
chore: Rustのバージョンを1.71.0に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jul 19, 2023
1 parent dfca906 commit fd98e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM lukemathwalker/cargo-chef:0.1.35-rust-1.60.0 AS chef
FROM lukemathwalker/cargo-chef:0.1.61-rust-1.71.0 AS chef
WORKDIR /app

FROM chef AS planner
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.62.1"
channel = "1.71.0"
profile = "default"

0 comments on commit fd98e22

Please sign in to comment.