Skip to content

Commit

Permalink
build(deps): bump rust from 1.77.1 to 1.77.2 (#391)
Browse files Browse the repository at this point in the history
Bumps rust from 1.77.1 to 1.77.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent 2a7bd25 commit db8902f
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.77.1 AS build-env
FROM rust:1.77.2 AS build-env
WORKDIR /app
COPY . /app
RUN cargo build --release
Expand Down

0 comments on commit db8902f

Please sign in to comment.