update .gitlab-ci.yml pin docker
This commit is contained in:
parent
73f4d31459
commit
647cfe5335
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ variables:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
image: docker:latest
|
||||
image: docker:24.0.5
|
||||
services:
|
||||
- docker:dind
|
||||
- docker:24.0.5-dind
|
||||
dependencies:
|
||||
- build
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue