Adapt new versions to gitlab-ci.yml
This commit is contained in:
parent
741f0ce716
commit
dc3e14517b
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue