Pin denoland/deno base image to 1.20.3

This commit is contained in:
teutat3s 2022-04-01 11:04:06 +02:00
parent 71d96ef925
commit 7ac00530e6
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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