Skip to content

Commit

Permalink
Docker compose is not compatible with Docker 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 12, 2023
1 parent 084c21a commit 223e4fb
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 223e4fb

Please sign in to comment.