Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from grafbase/renovate/rust-1.x
Browse files Browse the repository at this point in the history
Update rust Docker tag to v1.73
  • Loading branch information
fbjork authored Oct 6, 2023
2 parents 751112b + a0a8924 commit 5f41701
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.71
FROM rust:1.73
COPY . /usr/src/
WORKDIR "/usr/src"
RUN cargo build --release && mv target/release/mongodb-data-api /usr/local/ && rm -rf /usr/src
Expand Down

0 comments on commit 5f41701

Please sign in to comment.