Skip to content

Commit

Permalink
Update dependency nodejs/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent cabb83e commit e03725e
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 @@ -40,7 +40,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
# Install NodeJS

# renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?<version>.*)$
ENV NODE_VERSION=20.13.1
ENV NODE_VERSION=22.2.0

RUN apt-get update -y && \
# Install NodeJs
Expand Down

0 comments on commit e03725e

Please sign in to comment.