Skip to content

Commit

Permalink
Merge pull request #48 from projectsyn/renovate/yarn-1.x
Browse files Browse the repository at this point in the history
Update dependency yarn to v1.22.18
  • Loading branch information
simu authored Mar 22, 2022
2 parents 25ad83f + a026d6b commit 8335efa
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.17
RUN install-tool yarn 1.22.18

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

0 comments on commit 8335efa

Please sign in to comment.