We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab7a94 commit 57e650aCopy full SHA for 57e650a
1 file changed
builder/Dockerfile
@@ -35,7 +35,7 @@ RUN mkdir -p /var/run/sshd
35
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
36
37
# install hook dependencies
38
-RUN pip install pyyaml==3.11 requests==2.4.1
+RUN pip install pyyaml==3.11 requests==2.4.3
39
40
# configure locale
41
RUN echo LANG="en_US.UTF-8" > /etc/default/locale && dpkg-reconfigure locales
0 commit comments