Skip to content

Commit

Permalink
chore(deps): upgrade deno 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wei committed Nov 21, 2024
1 parent 1c12d9b commit d989511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VARIANT=ubuntu
ARG DENO_VERSION=2.0.6
ARG DENO_VERSION=2.1.1

FROM denoland/deno:bin-${DENO_VERSION} AS deno
FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project you agree to abide by its terms.

### Prerequisites

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DENO_VERSION=2.0.6
ARG DENO_VERSION=2.1.1
FROM denoland/deno:alpine-${DENO_VERSION}

ENV \
Expand Down

0 comments on commit d989511

Please sign in to comment.