Skip to content

Commit b15cb1f

Browse files
committed
adjusting dockerfile
1 parent d60475a commit b15cb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources
7070
RUN apt-get update
7171
RUN apt-get install -y yarn
7272
RUN yarn global add n
73-
RUN n stable
73+
RUN n 14.20.1
7474

7575
COPY package.json /code/
7676
RUN cd /code && yarn install

0 commit comments

Comments
 (0)