From b8345402d1b549a6131f0a9b35320a6852ad5e23 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 19 Jan 2024 11:38:23 +0100 Subject: [PATCH] Update docker image versions for CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4356d43..729d503 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - upload .cljs-job: &cljs - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.3.0" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.7" cache: key: ${CI_COMMIT_REF_SLUG} paths: @@ -17,7 +17,7 @@ stages: - npm install .clj-job: &clj - image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.3.0" + image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.7" cache: key: ${CI_COMMIT_REF_SLUG} paths: