From 15e5b99f9a87713678b8b92183e6a8aa3f6b0925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:42:01 +0000 Subject: [PATCH] chore(deps): update google/cloud-sdk:slim docker digest to 4ff69e2 --- template/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.gitlab-ci.yml b/template/.gitlab-ci.yml index 1903db2..1d368ac 100644 --- a/template/.gitlab-ci.yml +++ b/template/.gitlab-ci.yml @@ -116,7 +116,7 @@ stages: ๐Ÿณ build:docs: stage: build needs: ["๐Ÿงน lint:typecheck", "๐Ÿงน lint:eslint", "๐Ÿงน lint:docs"] - image: google/cloud-sdk:slim@sha256:a26856716c935af74febff4c5fa16cc00827f1343186ae108a8e6788cd082467 + image: google/cloud-sdk:slim@sha256:4ff69e21bec9a7d0ed54d0134a9b9682fc8008252cb5f173a23ddd70b8e024a4 services: - name: docker:29.4-dind@sha256:685b91dca8eab7de1dce1c303dbb7a763e4082d6a60db10968adf3295fbd2495 command: ["--registry-mirror", "https://mirror.gcr.io"] @@ -153,7 +153,7 @@ stages: ๐Ÿš€ deploy:docs: stage: deploy needs: ["๐Ÿณ build:docs"] - image: google/cloud-sdk:slim@sha256:a26856716c935af74febff4c5fa16cc00827f1343186ae108a8e6788cd082467 + image: google/cloud-sdk:slim@sha256:4ff69e21bec9a7d0ed54d0134a9b9682fc8008252cb5f173a23ddd70b8e024a4 environment: name: production dependencies: []