Skip to content

Commit 4f3b8bb

Browse files
authored
Merge pull request #8 from bordeux/hotfix/fix-ci-cd-part6
fix(docker): update Rust version to 1.85 for edition 2024 support
2 parents c0d238b + 5fbe376 commit 4f3b8bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ================================
22
# Build Stage
33
# ================================
4-
FROM rust:1.75-slim as builder
4+
FROM rust:1.85-slim as builder
55

66
WORKDIR /usr/src/tmpltool
77

0 commit comments

Comments
 (0)