Skip to content

Commit

Permalink
fix: dockerfile (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mauran authored Dec 15, 2024
1 parent 95baabf commit 4be370e
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 4be370e

Please sign in to comment.