Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include build of deno that includes jsx support #63

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deno/base/1.37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN curl -fsSL https://deno.land/x/install/install.sh | sh
ENV PATH="${DENO_INSTALL}/bin/:${PATH}"
RUN deno upgrade \
--canary \
--version=48e695a2c89edad6e4880e7decfdb36d524f8279
--version=53248e9bb3123a1b684f3f9f744bb671dfa53bc1

# the kernel needs the deno kernelspec discoverable locally before it can start
# hadolint ignore=DL3059
Expand Down