Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent b2d0971 commit 04bcf5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.22.12
FROM node:22.11.0

RUN apt-get update && apt-get upgrade -y -qq && \
apt-get install -y -qq --no-install-recommends wget git curl jq
Expand Down
2 changes: 1 addition & 1 deletion docker/client/rundeck-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@types/js-yaml": "^3.12.3",
"@types/node": "^13.13.5",
"@types/node": "^22.0.0",
"dotenv": "^10.0.0",
"form-data": "^3.0.0",
"js-yaml": "^3.13.1",
Expand Down

0 comments on commit 04bcf5d

Please sign in to comment.