Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 1ee7106 commit de4b583
Showing 1 changed file with 2 additions and 2 deletions.
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.77 AS builder
FROM --platform=$BUILDPLATFORM rust:1.78 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.77
FROM rust:1.78

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

0 comments on commit de4b583

Please sign in to comment.