Upgrade Docker to version 27 for API compatibility

This commit is contained in:
Graham McIntire 2026-01-05 12:57:02 -06:00
parent 46cfd86981
commit 31ed13cf1a
No known key found for this signature in database

View file

@ -15,9 +15,9 @@ build:
interruptible: true
tags:
- gitlabrunner
image: docker:24
image: docker:27
services:
- docker:24-dind
- docker:27-dind
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script: