Skip to content

Commit

Permalink
chore(deps): update dependency yarn to v1.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 1, 2021
1 parent c5c419c commit 58465fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SHELL [ "/bin/sh", "-c" ]
USER root

# renovate: datasource=npm
RUN install-tool yarn 1.22.5
RUN install-tool yarn 1.22.10

USER 1000

Expand Down Expand Up @@ -104,7 +104,7 @@ RUN install-tool node 15.0.1
RUN touch /.dummy

# renovate: datasource=npm
RUN install-tool yarn 1.22.5
RUN install-tool yarn 1.22.10

USER 1000

Expand Down

0 comments on commit 58465fe

Please sign in to comment.