From ddc4bd3b22b29ab8006129544a72e9f48c6e7499 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 19 Jan 2024 12:24:49 +0100 Subject: [PATCH] Bump CI image version --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 249ef01..564eddf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: - image .img: &img - image: "domaindrivenarchitecture/ddadevops-dind:4.10.5" + image: "domaindrivenarchitecture/ddadevops-dind:4.10.7" services: - docker:dind before_script: @@ -16,7 +16,7 @@ stages: - export IMAGE_TAG=$CI_COMMIT_TAG .cljs-job: &cljs - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.5" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.7" cache: key: ${CI_COMMIT_REF_SLUG} paths: @@ -29,7 +29,7 @@ stages: - npm install .clj-job: &clj - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.5" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.7" cache: key: ${CI_COMMIT_REF_SLUG} paths: