mirror of
https://github.com/docker/compose.git
synced 2025-07-27 15:44:08 +02:00
Bump version in build scripts
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
8785279ffd
commit
d6e3af36dd
@ -66,7 +66,7 @@ WORKDIR /code/
|
|||||||
COPY docker-compose-entrypoint.sh /usr/local/bin/
|
COPY docker-compose-entrypoint.sh /usr/local/bin/
|
||||||
COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
|
COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
|
||||||
RUN pip install \
|
RUN pip install \
|
||||||
virtualenv==20.0.30 \
|
virtualenv==20.2.1 \
|
||||||
tox==3.19.0
|
tox==3.19.0
|
||||||
COPY requirements-dev.txt .
|
COPY requirements-dev.txt .
|
||||||
COPY requirements-indirect.txt .
|
COPY requirements-indirect.txt .
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
# 4. In Powershell, run the following commands:
|
# 4. In Powershell, run the following commands:
|
||||||
#
|
#
|
||||||
# $ pip install 'virtualenv==20.0.30'
|
# $ pip install 'virtualenv==20.2.1'
|
||||||
# $ Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
|
# $ Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
|
||||||
#
|
#
|
||||||
# 5. Clone the repository:
|
# 5. Clone the repository:
|
||||||
|
@ -36,7 +36,7 @@ if ! [ -x "$(command -v python3)" ]; then
|
|||||||
brew install python3
|
brew install python3
|
||||||
fi
|
fi
|
||||||
if ! [ -x "$(command -v virtualenv)" ]; then
|
if ! [ -x "$(command -v virtualenv)" ]; then
|
||||||
pip3 install virtualenv==20.0.30
|
pip3 install virtualenv==20.2.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user