Skip to content

Commit

Permalink
Merge pull request #4769 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 b30d024 + cdc7ac3 commit 86473d0
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 @@ -7,11 +7,9 @@ include:
- template: SAST.gitlab-ci.yml

build:
# 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 86473d0

Please sign in to comment.