Skip to content

Commit

Permalink
Merge pull request #67 from danielemery/renovate/denoland-deno-2.x
Browse files Browse the repository at this point in the history
Update denoland/deno Docker tag to v2
  • Loading branch information
danielemery authored Dec 18, 2024
2 parents 48f2739 + 43aa841 commit c99773b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Deno image as the source to copy the Deno executable from.
FROM denoland/deno:bin-1.45.5 AS deno
FROM denoland/deno:bin-2.1.4 AS deno

# Use the official TypeScript Node image as a base image.
# We don't actually use it for much since deno takes care of things, but
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.45.2
deno-version: v2.1.4

- name: Verify formatting
run: deno fmt --check
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:1.45.5
FROM denoland/deno:2.1.4

WORKDIR /app

Expand Down
7 changes: 6 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"imports": {
"@std/http": "jsr:@std/http@^0.224.5"
}
},
"exclude": [
"examples",
"fixtures",
"helm"
]
}

0 comments on commit c99773b

Please sign in to comment.