From 0ea13d42886bb38415b4bfb8c21c6236171cd516 Mon Sep 17 00:00:00 2001 From: Jelmer Date: Thu, 10 Feb 2022 16:06:22 +0100 Subject: [PATCH] Fix GitLab CI error caused by Docker Compose's `platform` option (#3585) --- {{cookiecutter.project_slug}}/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.gitlab-ci.yml b/{{cookiecutter.project_slug}}/.gitlab-ci.yml index 711bfc39..fb82ec5d 100644 --- a/{{cookiecutter.project_slug}}/.gitlab-ci.yml +++ b/{{cookiecutter.project_slug}}/.gitlab-ci.yml @@ -22,7 +22,7 @@ flake8: pytest: stage: test {% if cookiecutter.use_docker == 'y' -%} - image: docker/compose:latest + image: docker/compose:1.29.2 tags: - docker services: