chore(deps): update yarn to v4.5.1

This commit is contained in:
2024-10-23 13:46:49 +00:00
parent 5f45b02186
commit 01bd68aeec
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.0
&& yarn set version 4.5.1
COPY ./Makefile ./
COPY ./package.json ./