Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 8ce4612

Browse files
authored
Merge pull request #8 from martinRenou/xeus-python-pin
Do not use xeus-python's master branch
2 parents 3ac5dca + 02d3dce commit 8ce4612

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ RUN git config --global advice.detachedHead false
4747
##################################################################
4848
# xeus-python build
4949
##################################################################
50-
# TODO Use a tag that is not master
5150
RUN mkdir -p xeus-python && \
52-
git clone --branch master --depth 1 https://github.com/jupyter-xeus/xeus-python.git xeus-python
51+
git clone --branch 0.13.8 --depth 1 https://github.com/jupyter-xeus/xeus-python.git xeus-python
5352

5453
RUN mkdir -p xeus-python/build && \
5554
cd xeus-python/build && \

0 commit comments

Comments
 (0)