Skip to content

Commit 92c3b10

Browse files
committed
[CI] set CI to use Rust v1.84.0
Signed-off-by: danbugs <[email protected]>
1 parent f885255 commit 92c3b10

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

chapter02/hello_world/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:latest AS builder
1+
FROM rust:1.84.0 AS builder
22

33
RUN USER=root cargo new --bin hello_world_host
44
WORKDIR /hello_world_host

chapter05/wasmtime_onnx/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the latest Rust image as the builder
2-
FROM rust:latest AS builder
1+
FROM rust:1.84.0 AS builder
32

43
# Install necessary dependencies
54
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)