Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 29, 2024
1 parent 7e07d3f commit df9bc61
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.79 AS builder
FROM --platform=$BUILDPLATFORM rust:1.80 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.80

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

0 comments on commit df9bc61

Please sign in to comment.