From 02e4771887ddff6142cf6da8778de1a6ab508eb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:56:18 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.88.0 --- ci/check-conventional-commits-linting.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check-conventional-commits-linting.Dockerfile b/ci/check-conventional-commits-linting.Dockerfile index b13769e..eb587a0 100644 --- a/ci/check-conventional-commits-linting.Dockerfile +++ b/ci/check-conventional-commits-linting.Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.87.0-alpine3.21@sha256:fa7c28576553c431224a85c897c38f3a6443bd831be37061ab3560d9e797dc82 +FROM rust:1.88.0-alpine3.21@sha256:9c6a4baf58661f99a5441b15e3ad8295dabf35e849c4935e77ad35d9809be1d2 # renovate: datasource=github-releases depName=DeveloperC286/conventional_commits_linter ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.14.3"