Skip to content

Commit

Permalink
Bump deno version to 1.40.5
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Feb 19, 2024
1 parent 6f08356 commit 8c6d722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
deno-version: [1.36.1]
deno-version: [1.40.5]

steps:
- name: Git Checkout Deno Module
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See https://hub.docker.com/r/denoland/deno/tags for available images
FROM denoland/deno:alpine-1.36.1
FROM denoland/deno:alpine-1.40.5

WORKDIR /app

Expand Down

0 comments on commit 8c6d722

Please sign in to comment.