From d461b32bbfea02772e58a2e21f90a80200c4e462 Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 13 Oct 2023 16:06:31 +0200 Subject: [PATCH] Updated dda-devops images version to 4.7.4 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83998da..688f7d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: - image .img: &img - image: "domaindrivenarchitecture/ddadevops-dind:4.7.2" + image: "domaindrivenarchitecture/ddadevops-dind:4.7.4" 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.7.2" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.4" cache: key: ${CI_COMMIT_REF_SLUG} paths: @@ -29,7 +29,7 @@ stages: - npm install .clj-job: &clj - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.2" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.4" cache: key: ${CI_COMMIT_REF_SLUG} paths: