Update docker-compose to try get rid of v1 errors

This commit is contained in:
Mikhail f. Shiryaev 2022-06-24 16:49:48 +02:00
parent 5e89a7025c
commit 848ae7b130
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ RUN python3 -m pip install \
dict2xml \
dicttoxml \
docker \
docker-compose==1.28.2 \
docker-compose==1.29.2 \
grpcio \
grpcio-tools \
kafka-python \

View File

@ -38,7 +38,7 @@ RUN apt-get update \
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip3 install urllib3 testflows==1.7.20 docker-compose==1.29.1 docker==5.0.0 dicttoxml kazoo tzlocal==2.1 pytz python-dateutil numpy
RUN pip3 install urllib3 testflows==1.7.20 docker-compose==1.29.2 docker==5.0.0 dicttoxml kazoo tzlocal==2.1 pytz python-dateutil numpy
ENV DOCKER_CHANNEL stable
ENV DOCKER_VERSION 20.10.6