Skip to content

Commit

Permalink
fix(deps): update dependency node to v20.12.2 (main) (#343)
Browse files Browse the repository at this point in the history
fix(deps): update dependency node to v20.12.2

| datasource      | package                     | from    | to      |
| --------------- | --------------------------- | ------- | ------- |
| github-releases | containerbase/node-prebuild | 20.12.1 | 20.12.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 24f346e commit decb8f8
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 20.12.1
RUN install-tool node 20.12.2

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

0 comments on commit decb8f8

Please sign in to comment.