Skip to content

Commit 188b11d

Browse files
committed
Fix npm version
1 parent 158a2dc commit 188b11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldap-overleaf-sl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG admin_is_sysadmin
1414
WORKDIR /overleaf/services/web
1515

1616
# install latest npm
17-
RUN npm install -g npm && \
17+
RUN npm install -g npm@9 && \
1818
## clean cache (might solve issue #2)
1919
# npm cache clean --force && \
2020
npm install ldap-escape ldapts-search ldapts@3.2.4 && \

0 commit comments

Comments
 (0)