Pin denoland/deno base image to 1.20.3
This commit is contained in:
parent
71d96ef925
commit
7ac00530e6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue