Skip to content

Commit

Permalink
Update Dockerfile rust version to v1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Dec 28, 2023
1 parent 034f855 commit ad2c44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sushii-2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Compile sushii
FROM rust:1.62 as build
FROM rust:1.74 as build

RUN rustup component add rustfmt

Expand Down

0 comments on commit ad2c44d

Please sign in to comment.