Skip to content

Commit

Permalink
chore(deps): bump rust from 1.72 to 1.73 in /matchbox_server
Browse files Browse the repository at this point in the history
Bumps rust from 1.72 to 1.73.

---
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 Oct 24, 2023
1 parent ef869d8 commit a8eba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchbox_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# to build, run `docker build -f matchbox_server/Dockerfile` from root of the
# repository

FROM rust:1.72 as builder
FROM rust:1.73 as builder

WORKDIR /usr/src/matchbox_server/

Expand Down

0 comments on commit a8eba15

Please sign in to comment.