Update to lume v1.17.3 #9

Merged
teutat3s merged 7 commits from update/lume-1.17.3 into main 2023-05-19 15:42:31 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e180f4c224 - Show all commits

View file

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

View file

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