Skip to content

Commit c5970a6

Browse files
authored
Update npm version for ow-utils docker (#5261)
1 parent 052d4d2 commit c5970a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ow-utils/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ RUN apt-get update && apt-get install -y \
3535
locales \
3636
&& rm -rf /var/lib/apt/lists/*
3737

38+
# update npm
39+
RUN npm install -g n && n stable && hash -r
40+
3841
RUN locale-gen en_US.UTF-8
3942
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
4043

0 commit comments

Comments
 (0)