Skip to content

Commit

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

---
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 Aug 12, 2023
1 parent ba511f0 commit b1ee67e
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.69.0 as cntr
FROM rust:1.71.1 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 b1ee67e

Please sign in to comment.