Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 9008efa commit 3351883
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.75 AS builder
FROM --platform=$BUILDPLATFORM rust:1.76 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.75
FROM rust:1.76

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

0 comments on commit 3351883

Please sign in to comment.