Skip to content

Commit 0854954

Browse files
authored
[deno] update to latest canary commit (#46)
update to latest canary commit
1 parent 4ba613d commit 0854954

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deno/base/1.37-dev/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ RUN /usr/bin/apt-install Aptfile
3434

3535
USER noteable
3636

37-
# use the deno installer and upgrade to the latest (canary) build
37+
# use the deno installer and upgrade to the specified (canary) build
3838
# https://docs.deno.com/runtime/manual/references/contributing/release_schedule
3939
ENV DENO_INSTALL=/srv/noteable
4040
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
4141
RUN curl -fsSL https://deno.land/x/install/install.sh | sh
4242
# deno installs to `DENO_INSTALL/bin`, so we'll add to PATH for follow-on deno commands
4343
ENV PATH="${DENO_INSTALL}/bin/:${PATH}"
44-
RUN deno upgrade --canary
44+
RUN deno upgrade \
45+
--canary \
46+
--version=87ddd1f04d2b71aadb3a8a5fb3e4ac15988947c1
4547

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

0 commit comments

Comments
 (0)