Skip to content

Commit

Permalink
Merge pull request #912 from kobotoolbox/unpin-docker-gitlab-ci
Browse files Browse the repository at this point in the history
Unpin docker version in gitlab-ci.yml
  • Loading branch information
LMNTL committed Dec 18, 2023
2 parents 6558aed + 553fcb3 commit aa5a80c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ include:

build:
stage: build_test
# Please un-pin the version (24.0.6) once the following GitLab issue is resolved:
# https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17283
image: docker:24.0.6
image: docker
services:
- docker:24.0.6-dind
- docker:dind
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
script:
Expand Down

0 comments on commit aa5a80c

Please sign in to comment.