Skip to content

Commit

Permalink
Merge pull request #243 from projectsyn/renovate/yarn-1.x
Browse files Browse the repository at this point in the history
Update dependency yarn to v1.22.21
  • Loading branch information
simu authored Jan 5, 2024
2 parents 3559c7d + 0d81a11 commit f60ee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /usr/src/app
FROM base as tsbuild

# renovate: datasource=npm versioning=npm
RUN install-tool yarn 1.22.19
RUN install-tool yarn 1.22.21

COPY package.json yarn.lock ./
RUN yarn install --production
Expand Down

0 comments on commit f60ee3a

Please sign in to comment.