Skip to content

Commit

Permalink
Track Latest Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
iwillspeak committed Jun 25, 2023
1 parent 03ed79d commit 8eda725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM rust:1.63 as build
FROM rust:latest as build
WORKDIR /usr/src/docket
COPY . .
RUN cargo install --path .
Expand Down

0 comments on commit 8eda725

Please sign in to comment.