Skip to content

Commit 4be370e

Browse files
fix: dockerfile (#121)
1 parent 95baabf commit 4be370e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 1. This tells docker to use the Rust official image
2-
FROM rust:1.74 as builder
2+
FROM rust:1.83 as builder
33

44
# 2. Copy the files in your machine to the Docker image
55
COPY ./ ./

0 commit comments

Comments
 (0)