We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95baabf commit 4be370eCopy full SHA for 4be370e
Dockerfile
@@ -1,5 +1,5 @@
1
# 1. This tells docker to use the Rust official image
2
-FROM rust:1.74 as builder
+FROM rust:1.83 as builder
3
4
# 2. Copy the files in your machine to the Docker image
5
COPY ./ ./
0 commit comments