ci: bump deno version to 1.33.3

main
teutat3s 2023-05-19 17:26:37 +02:00
parent 389ede230f
commit e180f4c224
Signed by untrusted user: 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.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 . .