From 08e07b541b4c2d48fe2a9c517935e7ada0b82bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:31:05 +0000 Subject: [PATCH] chore(deps): bump rust in the docker-updates group Bumps the docker-updates group with 1 update: rust. Updates `rust` from 1.93.0-alpine to 1.95.0-alpine --- updated-dependencies: - dependency-name: rust dependency-version: 1.95.0-alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-updates ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2295478..dd4d820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG RUST_PROFILE=release ARG RUST_TARGET_SUBDIR=release -FROM --platform=$BUILDPLATFORM rust:1.93.0-alpine@sha256:69d7b9d9aeaf108a1419d9a7fcf7860dcc043e9dbd1ab7ce88e44228774d99e9 AS build +FROM --platform=$BUILDPLATFORM rust:1.95.0-alpine@sha256:606fd313a0f49743ee2a7bd49a0914bab7deedb12791f3a846a34a4711db7ed2 AS build RUN apk --no-cache add musl-dev busybox-static ARG RUST_PROFILE RUN adduser -S -s /bin/sh build