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

Commit b68956a

Browse files
authored
Merge pull request #11 from martinRenou/update_xeus
Update xeus
2 parents 9d3ef8c + 7fcc1d6 commit b68956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN cd /opt/xproperty/build && \
6464
# ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
6565

6666
RUN mkdir -p /opt/xeus && \
67-
git clone --branch 2.4.0 --depth 1 https://github.com/jupyter-xeus/xeus.git /opt/xeus
67+
git clone --branch 2.4.1 --depth 1 https://github.com/jupyter-xeus/xeus.git /opt/xeus
6868
RUN mkdir -p /xeus-build && cd /xeus-build && ls &&\
6969
emcmake cmake /opt/xeus \
7070
-DCMAKE_INSTALL_PREFIX=/install \

0 commit comments

Comments
 (0)