From 37690836e132cd2ab1c07ead7321ba116b229325 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:36:03 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.83.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c00d02e..36c3a0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ # #### -FROM --platform=$BUILDPLATFORM rust:1.82.0-slim AS builder +FROM --platform=$BUILDPLATFORM rust:1.83.0-slim AS builder WORKDIR /build @@ -200,7 +200,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry,sharing=locked \ # #### -FROM rust:1.82.0-slim +FROM rust:1.83.0-slim # Install extra system dependencies not included in the slim base image. RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \