Skip to content

Commit d989511

Browse files
committed
chore(deps): upgrade deno 2.1.1
1 parent 1c12d9b commit d989511

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG VARIANT=ubuntu
2-
ARG DENO_VERSION=2.0.6
2+
ARG DENO_VERSION=2.1.1
33

44
FROM denoland/deno:bin-${DENO_VERSION} AS deno
55
FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project you agree to abide by its terms.
1111

1212
### Prerequisites
1313

14-
- [Deno](https://deno.land/#installation) 2.0.6 or later
14+
- [Deno](https://deno.land/#installation) 2.1.1 or later
1515
- MongoDB 8.0
1616
- Redis 7.4
1717

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DENO_VERSION=2.0.6
1+
ARG DENO_VERSION=2.1.1
22
FROM denoland/deno:alpine-${DENO_VERSION}
33

44
ENV \

0 commit comments

Comments
 (0)