We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f303e commit f0b2274Copy full SHA for f0b2274
deno/base/1.37/Dockerfile
@@ -43,7 +43,7 @@ RUN curl -fsSL https://deno.land/x/install/install.sh | sh
43
ENV PATH="${DENO_INSTALL}/bin/:${PATH}"
44
RUN deno upgrade \
45
--canary \
46
- --version=87ddd1f04d2b71aadb3a8a5fb3e4ac15988947c1
+ --version=997aa604dfd50c0f0ec6fd4db16b5034d2cfd726
47
48
# the kernel needs the deno kernelspec discoverable locally before it can start
49
# hadolint ignore=DL3059
0 commit comments