pin to lume v1.6.4 in Dockerfile, too
This commit is contained in:
parent
db55583367
commit
f83e9c0aff
|
@ -2,7 +2,7 @@ FROM denoland/deno:alpine as build-stage
|
|||
WORKDIR /app
|
||||
|
||||
RUN apk update && apk add bash
|
||||
RUN deno run -A https://deno.land/x/lume/install.ts
|
||||
RUN deno run -A https://deno.land/x/lume@v1.6.4/install.ts
|
||||
COPY . /app/
|
||||
RUN ./build.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue