From 785f7a885b926954f1e1b756761fb63be96cc3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:30:07 +0000 Subject: [PATCH] Bump rust from 1.93.0-alpine3.22 to 1.93.1-alpine3.22 in /.github/docker Bumps rust from 1.93.0-alpine3.22 to 1.93.1-alpine3.22. --- updated-dependencies: - dependency-name: rust dependency-version: 1.93.1-alpine3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/docker/Dockerfile.rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker/Dockerfile.rust b/.github/docker/Dockerfile.rust index f18217741..a5e7b410d 100644 --- a/.github/docker/Dockerfile.rust +++ b/.github/docker/Dockerfile.rust @@ -1,3 +1,3 @@ -FROM rust:1.93.0-alpine3.22 +FROM rust:1.93.1-alpine3.22 CMD echo this is a dummy file used to automate dependency upgrades for plugins