Skip to content

Commit

Permalink
test(deps): update dependency node to v20.13.1 (#2605)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent c8974d3 commit 890ac18
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN install-tool gradle 8.7
FROM build as test-node

# renovate: datasource=node
RUN install-tool node v20.12.2
RUN install-tool node v20.13.1
# renovate: datasource=npm
RUN install-tool pnpm 9.1.0
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN install-tool gradle 8.7
FROM build as test-node

# renovate: datasource=node
RUN install-tool node v20.12.2
RUN install-tool node v20.13.1
# renovate: datasource=npm
RUN install-tool pnpm 9.1.0
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
Expand Down
4 changes: 2 additions & 2 deletions test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN set -ex; \
FROM build as testa

# renovate: datasource=node
RUN install-tool node v20.12.2
RUN install-tool node v20.13.1

# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool php 7.4.14
Expand Down Expand Up @@ -173,7 +173,7 @@ RUN install-tool git-lfs v3.5.1
RUN install-tool powershell v7.4.2

# renovate: datasource=node
RUN install-tool node v20.12.2
RUN install-tool node v20.13.1

# renovate: datasource=github-releases packageName=moby/moby
RUN install-tool docker v26.1.2
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WORKDIR /test
FROM base as build

# renovate: datasource=node
RUN install-tool node v20.12.2
RUN install-tool node v20.13.1

USER 1000

Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN install-containerbase
FROM base as test-node

# renovate: datasource=node
RUN install-tool node v20.12.2
RUN install-tool node v20.13.1


#--------------------------------------
Expand Down

0 comments on commit 890ac18

Please sign in to comment.