From c549f2d5fd061751232730357eaeab7f6abcb126 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 20 Jul 2023 17:29:13 +0200 Subject: [PATCH] use fixed build containers --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 434da7e..2ac53d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - upload .cljs-job: &cljs - image: "domaindrivenarchitecture/ddadevops-clojure:4.1.0" + image: "domaindrivenarchitecture/ddadevops-clojure:4.2.0" cache: key: ${CI_COMMIT_REF_SLUG} paths: @@ -17,7 +17,7 @@ stages: - npm install .clj-job: &clj - image: "domaindrivenarchitecture/ddadevops-clojure:4.1.0" + image: "domaindrivenarchitecture/ddadevops-clojure:4.2.0" cache: key: ${CI_COMMIT_REF_SLUG} paths: