Skip to content

Commit 4ac5e83

Browse files
committed
Update the Deno version.
1 parent 0cdf2a8 commit 4ac5e83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM denoland/deno:1.25.1
1+
FROM denoland/deno:1.35.0
22
EXPOSE 8080
33
WORKDIR /project
44
ADD . .

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"lock": false,
23
"compilerOptions": {
34
"lib": [
45
"dom",

0 commit comments

Comments
 (0)