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