Bump deno version to 1.30.3

pull/2/head
teutat3s 2023-02-26 18:46:31 +01:00
parent 82f3188a15
commit 4ad824280b
Signed by: teutat3s
GPG Key ID: 18DAE600A6BBE705
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.29.4 as build-stage
FROM denoland/deno:alpine-1.30.3 as build-stage
WORKDIR /app
RUN apk update && apk add bash