Skip to content

Commit f67ef5c

Browse files
Trăistaru Andrei Cristianandreitraistaru
authored andcommitted
Rust toolchain upgrade from 1.65 to 1.66
Signed-off-by: Trăistaru Andrei Cristian <atc@amazon.com>
1 parent 3388fa9 commit f67ef5c

File tree

4 files changed

+117
-117
lines changed

4 files changed

+117
-117
lines changed

tools/devctr/Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:18.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.65.0"
7+
ARG RUST_TOOLCHAIN="1.66.0"
88
ARG TINI_VERSION_TAG="v0.18.0"
99
ARG TMP_BUILD_DIR=/tmp/build
1010
ARG TMP_POETRY_DIR

tools/devctr/Dockerfile.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:18.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.65.0"
7+
ARG RUST_TOOLCHAIN="1.66.0"
88
ARG TINI_VERSION_TAG="v0.18.0"
99
ARG TMP_BUILD_DIR=/tmp/build
1010
ARG TMP_POETRY_DIR

0 commit comments

Comments
 (0)