Skip to content

Commit

Permalink
Update deno to v2.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Jan 4, 2025
1 parent 70831e5 commit b5fc47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ experimental = true

[tools]
sqlite = "3.46.0"
deno = "2.1.3"
deno = "2.1.4"

[tasks."check:format"]
run = """
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/denoland/deno:alpine-2.1.3
FROM docker.io/denoland/deno:alpine-2.1.4

RUN mkdir /app
RUN chown -R deno:deno /app
Expand Down

0 comments on commit b5fc47e

Please sign in to comment.