Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mauran committed Dec 15, 2024
1 parent 95baabf commit 5cc74c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1. This tells docker to use the Rust official image
FROM rust:1.74 as builder
FROM rust:1.83 as builder

# 2. Copy the files in your machine to the Docker image
COPY ./ ./
Expand Down

0 comments on commit 5cc74c6

Please sign in to comment.