Skip to content

Commit

Permalink
fix: rust 1.82 not 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
circuitsacul committed Sep 18, 2024
1 parent 436d666 commit 2f4f0ed
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,4 +1,4 @@
FROM rust:1.70.0-slim-buster as builder
FROM rust:1.82.0-slim-buster as builder
WORKDIR /usr/src/starboard

# force cargo to update the crates.io index.
Expand Down

0 comments on commit 2f4f0ed

Please # to comment.