Skip to content

Commit 39263d0

Browse files
authored
update deno to latest commit in jupyter2 branch (#40)
update to latest in jupyter2 branch
1 parent 5dbed73 commit 39263d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deno/base/1.37-dev/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ USER noteable
3636

3737
ENV PATH="/srv/noteable/.cargo/bin:${PATH}"
3838

39-
RUN cargo install --git https://github.com/bartlomieju/deno --branch jupyter2 deno
39+
# install deno from latest commit in `jupyter2` branch
40+
# TODO: update this once merged to main branch and use package install instead
41+
RUN cargo install \
42+
--git https://github.com/bartlomieju/deno \
43+
--rev 01ac23d431eed61308c27edad30d44040ae142cb \
44+
deno
4045

4146
COPY secrets_helper.sh /tmp/secrets_helper.sh
4247
COPY run.sh /usr/local/bin

0 commit comments

Comments
 (0)