We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f885255 commit 92c3b10Copy full SHA for 92c3b10
chapter02/hello_world/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:latest AS builder
+FROM rust:1.84.0 AS builder
2
3
RUN USER=root cargo new --bin hello_world_host
4
WORKDIR /hello_world_host
chapter05/wasmtime_onnx/Dockerfile
@@ -1,5 +1,4 @@
-# Use the latest Rust image as the builder
# Install necessary dependencies
5
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments