Skip to content

Commit

Permalink
test(deps): update dependency node to v22 (main) (#3516)
Browse files Browse the repository at this point in the history
* test(deps): update dependency node to v22

* test: update test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
renovate[bot] and viceice authored Nov 6, 2024
1 parent 8637d6f commit 23c30df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.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

0 comments on commit 23c30df

Please sign in to comment.