Skip to content

Commit 57e650a

Browse files
committed
chore(builder): update requests to 2.4.3
1 parent dab7a94 commit 57e650a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN mkdir -p /var/run/sshd
3535
RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
3636

3737
# install hook dependencies
38-
RUN pip install pyyaml==3.11 requests==2.4.1
38+
RUN pip install pyyaml==3.11 requests==2.4.3
3939

4040
# configure locale
4141
RUN echo LANG="en_US.UTF-8" > /etc/default/locale && dpkg-reconfigure locales

0 commit comments

Comments
 (0)