Skip to content

Commit

Permalink
update deno version (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Sep 23, 2023
1 parent f153d07 commit 7c62b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno/base/1.37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN curl -fsSL https://deno.land/x/install/install.sh | sh
ENV PATH="${DENO_INSTALL}/bin/:${PATH}"
RUN deno upgrade \
--canary \
--version=997aa604dfd50c0f0ec6fd4db16b5034d2cfd726
--version=06297d952d61af180e214f7d6923e6820202740a

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

0 comments on commit 7c62b10

Please sign in to comment.