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.82
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 98467ef commit 9a8c539
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.80
FROM rust:1.82
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 9a8c539

Please sign in to comment.