diff --git a/Dockerfile b/Dockerfile index b5dae8b..7066059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,10 +32,10 @@ setuptools RUN \ python3 -m pip install \ -"ansible-lint<5" \ -ansible==2.10.7 \ -molecule-docker==0.2.4 \ -molecule-hetznercloud==1.0.0 \ -molecule==3.2.3 \ -pytest-testinfra==6.1.0 \ -yamllint==1.26.0 +"ansible-lint<6" \ +"ansible<3" \ +"molecule-docker<1" \ +"molecule-hetznercloud<2" \ +"molecule<4" \ +"pytest-testinfra<7" \ +"yamllint<2"