git/ci: Update CI dependencies.

Updates:

  - gitlab ci build images

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
renovate[bot] 2024-08-18 15:46:49 +09:00 committed by Willy Sudiarto Raharjo
parent 16b4cbce5a
commit 72066306e5
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -10,9 +10,9 @@ workflow:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
default:
image: docker:27.1.1@sha256:a690693976550aba640859bb3c3c29eb323a4f53f684c99b2a8282b14a22308b
image: docker:27.2.0@sha256:f9f72ad901a78f27be922b2d320bbc263174f12919c1b37e6a01f828fa904565
services:
- docker:27.1.1-dind@sha256:a690693976550aba640859bb3c3c29eb323a4f53f684c99b2a8282b14a22308b
- docker:27.2.0-dind@sha256:f9f72ad901a78f27be922b2d320bbc263174f12919c1b37e6a01f828fa904565
pr-checks:
script: |