Skip to content

Commit

Permalink
Merge pull request #373 from balena-io-modules/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update dependency node to v22.8.0
  • Loading branch information
balena-renovate[bot] authored Sep 3, 2024
2 parents 057bdbc + 1db3ee2 commit 4fc6daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETARCH

# renovate: datasource=node-version depName=node
ARG NODE_VERSION=22.7.0
ARG NODE_VERSION=22.8.0
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.8.3

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.no-systemd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETARCH

# renovate: datasource=node-version depName=node
ARG NODE_VERSION=22.7.0
ARG NODE_VERSION=22.8.0
# renovate: datasource=npm depName=npm
ARG NPM_VERSION=10.8.3

Expand Down

0 comments on commit 4fc6daf

Please sign in to comment.