Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update dependency node to v22 (main) #3516

Merged
merged 3 commits into from
Nov 6, 2024
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 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.2
FROM build AS test-node

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node 20.18.0
RUN install-tool node 22.11.0
# renovate: datasource=npm
RUN install-tool pnpm 9.12.3
# 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 20.18.0
RUN install-tool node 22.11.0

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

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node 20.18.0
RUN install-tool node 22.11.0

# renovate: datasource=github-releases packageName=moby/moby
RUN install-tool docker v27.3.1
Expand Down
6 changes: 3 additions & 3 deletions 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 20.18.0
RUN install-tool node 22.11.0

# ensure npmrc is writable by user
RUN set -ex; [ $(stat --format '%u' "/tmp/containerbase/cache/.npmrc") -eq ${USER_ID} ]
Expand Down Expand Up @@ -119,7 +119,7 @@ SHELL [ "/bin/sh", "-c" ]
RUN set -ex; cd a; pnpm i

#--------------------------------------
# test: node 18
# test: node 20
#--------------------------------------

FROM base AS testd
Expand All @@ -129,7 +129,7 @@ RUN prepare-tool node
USER 12021

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node v18.20.4
RUN install-tool node 20.18.0

RUN npm install -g yarn
RUN set -ex; \
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 20.18.0
RUN install-tool node 22.11.0


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