Skip to content

Commit

Permalink
test(deps): update dependency node to v20.17.0 (#3146)
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] authored Aug 21, 2024
1 parent 080d5f1 commit 2f729fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN install-tool gradle 8.10
FROM build AS test-node

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node v20.16.0
RUN install-tool node 20.17.0
# renovate: datasource=npm
RUN install-tool pnpm 9.7.1
# 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 @@ -65,7 +65,7 @@ RUN set -ex; \
FROM build AS testa

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node v20.16.0
RUN install-tool node 20.17.0

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

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node v20.16.0
RUN install-tool node 20.17.0

# renovate: datasource=github-releases packageName=moby/moby
RUN install-tool docker v27.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 @@ -41,7 +41,7 @@ WORKDIR /test
FROM base AS build

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node v20.16.0
RUN install-tool node 20.17.0

# ensure npmrc is writable by user
RUN set -ex; [ $(stat --format '%u' "/opt/containerbase/home/.npmrc") -eq ${USER_ID} ]
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-node

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node v20.16.0
RUN install-tool node 20.17.0


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

0 comments on commit 2f729fe

Please sign in to comment.