Skip to content

Commit

Permalink
test(deps): update dependency node to v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent a129833 commit 710587f
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 @@ -119,7 +119,7 @@ RUN install-tool gradle 8.8
FROM build as test-node

# renovate: datasource=node
RUN install-tool node v20.14.0
RUN install-tool node v20.15.0
# renovate: datasource=npm
RUN install-tool pnpm 9.4.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 @@ -119,7 +119,7 @@ RUN install-tool gradle 8.8
FROM build as test-node

# renovate: datasource=node
RUN install-tool node v20.14.0
RUN install-tool node v20.15.0
# renovate: datasource=npm
RUN install-tool pnpm 9.4.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 @@ -53,7 +53,7 @@ RUN set -ex; \
FROM build as testa

# renovate: datasource=node
RUN install-tool node v20.14.0
RUN install-tool node v20.15.0

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

# renovate: datasource=node
RUN install-tool node v20.14.0
RUN install-tool node v20.15.0

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

# renovate: datasource=node
RUN install-tool node v20.14.0
RUN install-tool node v20.15.0

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 @@ -26,7 +26,7 @@ RUN install-containerbase
FROM base as test-node

# renovate: datasource=node
RUN install-tool node v20.14.0
RUN install-tool node v20.15.0


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

0 comments on commit 710587f

Please sign in to comment.