Skip to content

Commit

Permalink
fix(deps): bump rust from 1.73.0 to 1.74.0
Browse files Browse the repository at this point in the history
Bumps rust from 1.73.0 to 1.74.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 and mergify[bot] committed Nov 17, 2023
1 parent 50bcc97 commit d9339dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.73.0 as builder
FROM rust:1.74.0 as builder

## Update the system generally
RUN apt-get update && \
Expand All @@ -24,7 +24,7 @@ RUN help2man target/release/git-mit-config > target/git-mit-config.1
RUN help2man target/release/git-mit-relates-to > target/git-mit-relates-to.1
RUN help2man target/release/git-mit-install > target/git-mit-install.1

FROM rust:1.73.0
FROM rust:1.74.0
ENV DEBIAN_FRONTEND noninteractive

## Update the system generally
Expand Down

0 comments on commit d9339dc

Please sign in to comment.