use fixed build containers
This commit is contained in:
parent
6d96d0e466
commit
c549f2d5fd
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue