update .gitlab-ci.yml pin docker

This commit is contained in:
ansgarz 2023-12-15 10:25:15 +01:00
parent 73f4d31459
commit 647cfe5335

View file

@ -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: