Skip to content

Commit

Permalink
fix(deps): update rust crate bytes to v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent 1f60f2b commit 5a79042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
####################################################################################################
## Builder
####################################################################################################
FROM --platform=$BUILDPLATFORM rust:1.81 AS builder
FROM --platform=$BUILDPLATFORM rust:1.79 AS builder

ARG TARGETPLATFORM
WORKDIR /dtrd
Expand Down Expand Up @@ -70,7 +70,7 @@ RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \
####################################################################################################
## Final image
####################################################################################################
FROM rust:1.81
FROM rust:1.79

# Import from builder.
COPY --from=builder /etc/passwd /etc/passwd
Expand Down

0 comments on commit 5a79042

Please sign in to comment.