From dbaaae1a74532abbce592e14141108939cfb019d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:13:39 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.78 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 087110e..edbca62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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