feat: upgrade yarn to 4.5.3

This commit is contained in:
2024-11-25 15:09:46 +00:00
parent c35f05c791
commit ae8094c9e0
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /opt/app
RUN apt-get update \
&& apt-get -y install make \
&& yarn set version 4.5.1
&& yarn set version 4.5.3
COPY ./Makefile ./
COPY ./package.json ./