Skip to content

Commit c8fcd8b

Browse files
committed
chore(devctr): update rust to 1.93
Update rust version to 1.93 Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 78bfc21 commit c8fcd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devctr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM public.ecr.aws/lts/ubuntu:24.04
44
# The Rust toolchain layer will get updated most frequently, but we could keep the system
55
# dependencies layer intact for much longer.
66

7-
ARG RUST_TOOLCHAIN="1.89.0"
7+
ARG RUST_TOOLCHAIN="1.93.0"
88
ARG TMP_BUILD_DIR=/tmp/build
99
ARG DEBIAN_FRONTEND=noninteractive
1010
ARG PIP_BREAK_SYSTEM_PACKAGES=1

0 commit comments

Comments
 (0)