Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent b953494 commit 30deeeb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
44 changes: 26 additions & 18 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.79 AS builder
FROM --platform=$BUILDPLATFORM rust:1.84 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.79
FROM rust:1.84

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

0 comments on commit 30deeeb

Please sign in to comment.