Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.73 (#6780)
Browse files Browse the repository at this point in the history
* chore(deps): update rust docker tag to v1.73

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan <[email protected]>
  • Loading branch information
renovate[bot] and marwan-rabbaa authored Oct 6, 2023
1 parent 05a4a39 commit 056c1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72-slim AS build
FROM rust:1.73-slim AS build

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion rust/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language:
version: 1.72
version: 1.73

files:
- "**/*.rs"
Expand Down

0 comments on commit 056c1f0

Please sign in to comment.