flake: bump inputs, pin markdown-it dependency #29

Merged
teutat3s merged 4 commits from chore/update-flake into main 2024-06-09 17:50:29 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d70bb30240 - Show all commits

View file

@ -8,7 +8,7 @@ steps:
event:
- push
- pull_request
image: denoland/deno:alpine-1.41.3
image: denoland/deno:alpine-1.43.6
commands:
- deno task build

View file

@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.41.3
FROM denoland/deno:alpine-1.43.6
WORKDIR /site
COPY . .