Skip to content

Commit

Permalink
build(deps): bump rust from 1.83.0 to 1.84.0
Browse files Browse the repository at this point in the history
Bumps rust from 1.83.0 to 1.84.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Jan 10, 2025
1 parent 2060e1e commit 3a162dc
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,6 +1,6 @@
# Example for a slim/fat container setup

FROM rust:1.83.0 as cntr
FROM rust:1.84.0 as cntr
RUN rustup target add x86_64-unknown-linux-musl
RUN curl -sL https://github.com/Mic92/docker-pid/releases/download/1.0.2/docker-pid-linux-amd64 \
> /usr/bin/docker-pid && \
Expand Down

0 comments on commit 3a162dc

Please sign in to comment.