Skip to content

Commit 62a3794

Browse files
committed
Updated Rust Version from 1.71.1 to the latest 1.91.1
1 parent 9ca5425 commit 62a3794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/guides/rust/build-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This utility will walk you through creating the following files with sensible de
5050
Let's get started!
5151

5252
? What application platform does your project use? Rust
53-
? What version of Rust do you want to use? 1.71.1
53+
? What version of Rust do you want to use? 1.91.1
5454
? What port does your server listen on? 8000
5555
```
5656

@@ -81,7 +81,7 @@ The following Dockerfile is equivalent to the one generated by `docker init`, bu
8181

8282
```dockerfile {title=Dockerfile}
8383
# Make sure RUST_VERSION matches the Rust version
84-
ARG RUST_VERSION=1.71.1
84+
ARG RUST_VERSION=1.91.1
8585
ARG APP_NAME=docker-rust-hello
8686

8787
################################################################################
@@ -139,7 +139,7 @@ in the build stage and Alpine as the runtime image. For example:
139139

140140
```dockerfile {title=Dockerfile}
141141
# Make sure RUST_VERSION matches the Rust version
142-
ARG RUST_VERSION=1.71.1
142+
ARG RUST_VERSION=1.91.1
143143
ARG APP_NAME=docker-rust-hello
144144

145145
################################################################################

0 commit comments

Comments
 (0)