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

Commit

Permalink
Update rust Docker tag to v1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 4a0b217 commit ce44552
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.72
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 ce44552

Please sign in to comment.