kobotoolbox / kobocat

Our (backend) server for providing blank forms to Collect and Enketo and for receiving and storing submissions.
BSD 2-Clause "Simplified" License
117 stars 127 forks source link

Pin docker/dind to 24.0.6 to fix CI #911

Closed jamesrkiger closed 9 months ago

jamesrkiger commented 9 months ago

Checklist

  1. [ ] If you've added code that should be tested, add tests
  2. [ ] If you've changed APIs, update (or create!) the documentation
  3. [X] Ensure the tests pass
  4. [X] Make sure that your code lints and that you've followed our coding style
  5. [X] Write a title and, if necessary, a description of your work suitable for publishing in our release notes
  6. [X] Mention any related issues in this repository (as #ISSUE) and in other repositories (as kobotoolbox/other#ISSUE)
  7. [ ] Open an issue in the docs if there are UI/UX changes

Description

Fixes an issue with Docker images that cause GitLab CI to fail on the 'build' step.

Notes

Same fix for docker image as we made here for KPI.