Skip to content

Commit

Permalink
Merge pull request #2074 from camptocamp/backport/2070-to-5.2
Browse files Browse the repository at this point in the history
[Backport 5.2] [Backport 5.1] Docker compose is not compatible with Docker 8
  • Loading branch information
sbrunner authored Dec 12, 2023
2 parents 084c21a + 223e4fb commit 35456b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance_tests/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists \
--mount=type=cache,target=/root/.cache \
apt-get update \
&& apt-get install --yes --no-install-recommends docker.io \
&& python3 -m pip install PyYAML==5.3.1 docker-compose==1.29.2
&& python3 -m pip install PyYAML==5.3.1 'docker<7.0.0' docker-compose==1.29.2

COPY . ./

Expand Down

0 comments on commit 35456b3

Please sign in to comment.