aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 821b7a808..cb3053708 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update -y \
16 16
17WORKDIR /usr/src/ferdi 17WORKDIR /usr/src/ferdi
18 18
19RUN npm i -g pnpm@6.14.7 \ 19RUN npm i -g pnpm@6.16.0 \
20 && npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 \ 20 && npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 \
21 && npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 21 && npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
22 22