We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c9357 commit b6195a3Copy full SHA for b6195a3
1 file changed
rootfs/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update \
20
python3-dev \
21
sudo \
22
&& ln -s /usr/bin/python3 /usr/bin/python \
23
- && curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.1 \
+ && curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.2 \
24
&& mkdir -p /configs && chown -R deis:deis /configs \
25
&& pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt \
26
&& apt-get remove -y --auto-remove --purge \
0 commit comments