Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# 含まれず、ここでの指定が唯一の版指定になる(rust-toolchain.toml を上げても自動追従しない)。

########## builder 共通 ##########
FROM rust:1.95-bookworm AS builder-base
FROM rust:1.96-bookworm AS builder-base
# .cargo/config.toml が Linux ビルドで mold リンカ(-fuse-ld=mold)を要求する
RUN apt-get update \
&& apt-get install -y --no-install-recommends mold \
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.95.0"
channel = "1.97.1"
components = ["rustfmt", "clippy"]
Loading