From 021f856e822cb28fdc338378f8b56ceb3143aad5 Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 00:33:44 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20docker=20(=20d8714?= =?UTF-8?q?cb=20=E2=86=92=2003bffda=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60ac5ca..925b52f 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ docker_build: image: docker:latest@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04 stage: build services: - - docker:dind@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04 + - docker:dind@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940 before_script: - !reference [.docker, before_script] script: @@ -81,7 +81,7 @@ docker_build: push_latest: image: docker:latest@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04 services: - - docker:dind@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04 + - docker:dind@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940 variables: # Disable fresh pull of source GIT_STRATEGY: none @@ -100,7 +100,7 @@ push_latest: push_tag: image: docker:latest@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04 services: - - docker:dind@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04 + - docker:dind@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940 variables: GIT_STRATEGY: none stage: push