Skip to content

Commit

Permalink
fix(deps): update dependency node to v18.20.2 (maint/2.x) (#348)
Browse files Browse the repository at this point in the history
fix(deps): update dependency node to v18.20.2

| datasource      | package                     | from    | to      |
| --------------- | --------------------------- | ------- | ------- |
| github-releases | containerbase/node-prebuild | 18.20.1 | 18.20.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 2da98e9 commit f41c290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL org.opencontainers.image.source="https://github.com/renovatebot/base-image
org.label-schema.vcs-url="https://github.com/renovatebot/base-image"

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

# renovate: datasource=npm
RUN install-tool corepack 0.26.0
Expand Down

0 comments on commit f41c290

Please sign in to comment.