File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN npm install -g --unsafe-perm ijavascript
2929RUN ijsinstall --install=global
3030
3131# Deno Kernel
32- COPY --from=denoland/deno:bin-2.0.4 /deno /usr/bin/deno
32+ COPY --from=denoland/deno:bin-2.2.5 /deno /usr/bin/deno
3333RUN chmod +x /usr/bin/deno
3434RUN deno jupyter --unstable --install
3535COPY ./deno.json /root/.local/share/jupyter/kernels/deno/kernel.json
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN npm install -g --unsafe-perm ijavascript
2424RUN ijsinstall --install=global
2525
2626# Deno Kernel
27- COPY --from=denoland/deno:bin-2.0.4 /deno /usr/bin/deno
27+ COPY --from=denoland/deno:bin-2.2.5 /deno /usr/bin/deno
2828RUN chmod +x /usr/bin/deno
2929RUN deno jupyter --unstable --install
3030COPY ./template/deno.json /root/.local/share/jupyter/kernels/deno/kernel.json
You can’t perform that action at this time.
0 commit comments