We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d15b2 commit d82e601Copy full SHA for d82e601
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM node:14.17-alpine3.11
+FROM node:14.17-alpine3.14
2
3
RUN apk add --no-cache chromium
4
-RUN npm install -g @lhci/cli@0.7.2
+RUN npm install -g @lhci/cli@0.8.1
5
6
RUN addgroup lhci \
7
&& adduser \
0 commit comments