Skip to content

Commit

Permalink
test(deps): update dependency node to v18.18.0 (#1470)
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] committed Sep 19, 2023
1 parent 109e058 commit 8277958
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -109,7 +109,7 @@ RUN install-tool gradle 8.3
FROM build as test-node

# renovate: datasource=node
RUN install-tool node v18.17.1
RUN install-tool node v18.18.0
# renovate: datasource=npm
RUN install-tool pnpm 8.7.5
# renovate: datasource=npm
Expand Down
4 changes: 2 additions & 2 deletions test/latest/Dockerfile
Expand Up @@ -49,7 +49,7 @@ RUN set -ex; \
FROM build as testa

# renovate: datasource=node
RUN install-tool node v18.17.1
RUN install-tool node v18.18.0

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

# renovate: datasource=node
RUN install-tool node v18.17.1
RUN install-tool node v18.18.0

# renovate: datasource=github-releases packageName=moby/moby
RUN install-tool docker v24.0.6
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Expand Up @@ -126,7 +126,7 @@ ARG APT_HTTP_PROXY
USER 1000

# renovate: datasource=node
RUN install-tool node v18.17.1
RUN install-tool node v18.18.0

RUN npm install -g yarn
RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile.arm64
Expand Up @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-node

# renovate: datasource=node
RUN install-tool node v18.17.1
RUN install-tool node v18.18.0

#--------------------------------------
# Image: lerna
Expand Down

0 comments on commit 8277958

Please sign in to comment.