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

Commit

Permalink
Bump rust from 1.70.0 to 1.72.0
Browse files Browse the repository at this point in the history
Bumps rust from 1.70.0 to 1.72.0.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent cde28bb commit 77cecd5
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
Expand Up @@ -3,7 +3,7 @@
################################################################################

# Start from a rust base image
FROM rust:1.70.0 as base
FROM rust:1.72.0 as base

# Set the current directory
WORKDIR /app
Expand Down

0 comments on commit 77cecd5

Please sign in to comment.