Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN install-tool nix 2.3.10
# renovate: datasource=docker versioning=docker
RUN install-tool node 14.17.0
# renovate: datasource=npm
RUN install-tool pnpm 6.3.0
RUN install-tool pnpm 6.4.0
# renovate: datasource=npm
RUN install-tool yarn 1.22.10
# renovate: datasource=npm
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ARG APT_HTTP_PROXY
USER root

# renovate: datasource=npm
RUN install-tool pnpm 6.3.0
RUN install-tool pnpm 6.4.0

USER 1000

Expand Down