Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Upgraded dxlclient to 4.1.0.185 and dxlbootstrap to 0.2.0
  • Loading branch information
chrissmith-mcafee authored Apr 26, 2018
1 parent 4be3b32 commit d7ca3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
&& apt-get remove -y --auto-remove build-essential \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& pip install sphinx dxlclient==4.0.0.418 dxlbootstrap==0.1.4 twine
&& pip install sphinx dxlclient==4.1.0.185 dxlbootstrap==0.2.0 twine

RUN wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py' && \
python3 get-pip.py --disable-pip-version-check --no-cache-dir && \
Expand Down

0 comments on commit d7ca3eb

Please sign in to comment.