From dc3e14517b61c0da497b12ec870761bc0ca98b64 Mon Sep 17 00:00:00 2001 From: Mirco Date: Thu, 7 Dec 2023 22:07:07 +0100 Subject: [PATCH] Adapt new versions to gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f5b182..c989a65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: #- integrationtest .img: &img - image: "domaindrivenarchitecture/ddadevops-dind:4.7.4" + image: "domaindrivenarchitecture/ddadevops-dind:4.10.0" services: - docker:dind before_script: @@ -17,7 +17,7 @@ stages: - export IMAGE_TAG=$CI_COMMIT_TAG .cljs-job: &cljs - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.4" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.0" cache: key: ${CI_COMMIT_REF_SLUG} paths: @@ -30,7 +30,7 @@ stages: - npm install .clj-job: &clj - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.4" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.0" cache: key: ${CI_COMMIT_REF_SLUG} paths: