From c50237ccdd90950303ae4b9261e822a8457b7a8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:25:34 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.80 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a730ce8..b004c2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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