Change molecule version

This commit is contained in:
2023-08-19 21:35:48 +12:00
parent 6bf9f32f3a
commit 74db94d0b3

View File

@@ -1,7 +1,7 @@
FROM python:3.9-slim
ARG DEPOT_VERSION=2.30.0
RUN pip install -y 'ansible-core<2.17' molecule[docker]
RUN pip install 'ansible-core<2.17' 'molecule[docker]<5.0.0'
CMD ["/bin/bash"]