From a4af3c795ed1970eebdc1242e7a844a852423de9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 31 Oct 2025 06:09:11 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.91.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec5f653..bf37def 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ variables: build-binary: stage: build - image: rust:1.86.0-slim + image: rust:1.91.0-slim timeout: 3h artifacts: expire_in: 30m -- GitLab