Skip to content

Commit

Permalink
test(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent d736762 commit 337b39c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.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.2
# 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
4 changes: 2 additions & 2 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 @@ -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 22.11.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

0 comments on commit 337b39c

Please sign in to comment.