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 1c12d9b commit d989511Copy full SHA for d989511
.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
1
ARG VARIANT=ubuntu
2
-ARG DENO_VERSION=2.0.6
+ARG DENO_VERSION=2.1.1
3
4
FROM denoland/deno:bin-${DENO_VERSION} AS deno
5
FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
.github/CONTRIBUTING.md
@@ -11,7 +11,7 @@ project you agree to abide by its terms.
11
12
### Prerequisites
13
14
-- [Deno](https://deno.land/#installation) 2.0.6 or later
+- [Deno](https://deno.land/#installation) 2.1.1 or later
15
- MongoDB 8.0
16
- Redis 7.4
17
Dockerfile
@@ -1,4 +1,4 @@
FROM denoland/deno:alpine-${DENO_VERSION}
ENV \
0 commit comments