deno: 1.41.3 -> 1.43.6
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
teutat3s 2024-06-06 20:31:19 +02:00
parent addee62044
commit 82fc779b22
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 2 deletions

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 . .