Pin denoland/deno base image to 1.20.3

pull/2/head
teutat3s 2022-04-01 11:04:06 +02:00
parent 71d96ef925
commit 7ac00530e6
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 1 additions and 1 deletions

View File

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