Skip to content

Commit a466f12

Browse files
committed
adjusting dockerfile
1 parent b15cb1f commit a466f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-prod

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources
5353
RUN apt-get update
5454
RUN apt-get install -y yarn
5555
RUN yarn global add n
56-
RUN n stable
56+
RUN n 14.20.1
5757

5858
COPY package.json /code/
5959
COPY webpack.config.js /code/

0 commit comments

Comments
 (0)