pin to lume v1.6.4 in Dockerfile, too

pull/2/head
teutat3s 2022-04-01 10:50:03 +02:00
parent db55583367
commit f83e9c0aff
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 1 additions and 1 deletions

View File

@ -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