Skip to content

Commit

Permalink
Pin docker/dind to 24.0.6 to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrkiger committed Dec 15, 2023
1 parent 56f129c commit f119c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ include:

build:
stage: build_test
image: docker
image: docker:24.0.6
services:
- docker:dind
- docker:24.0.6-dind
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
script:
Expand Down

0 comments on commit f119c41

Please sign in to comment.