From 0395f08f31ceb5cfbb9786be271ead8868425e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 15:02:44 +0000 Subject: [PATCH] Bump rust from 1.90-slim-trixie to 1.91-slim-trixie Bumps rust from 1.90-slim-trixie to 1.91-slim-trixie. --- updated-dependencies: - dependency-name: rust dependency-version: 1.91-slim-trixie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa02353..7918717 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax = docker/dockerfile:1 -FROM rust:1.90-slim-trixie AS runtime +FROM rust:1.91-slim-trixie AS runtime WORKDIR /usr/src RUN --mount=type=cache,id=api:/var/cache/apt,target=/var/cache/apt \ --mount=type=cache,id=api:/var/lib/apt/lists,target=/var/lib/apt/lists \