Skip to content

Commit 13c1241

Browse files
fix(deps): update node.js to v22.19.0 (#849)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a8aa95 commit 13c1241

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": "20 || 22"
77
},
88
"volta": {
9-
"node": "22.18.0",
9+
"node": "22.19.0",
1010
"yarn": "4.9.4"
1111
},
1212
"packageManager": "[email protected]",

packages/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# Once the commands have been run, you can build the image using `yarn build-image`
1111

12-
FROM node:22.18.0-bookworm-slim@sha256:752ea8a2f758c34002a0461bd9f1cee4f9a3c36d48494586f60ffce1fc708e0e
12+
FROM node:22.19.0-bookworm-slim@sha256:0ae9e80c8c7e7a8fea5bc8e8762e4fd09a7a68c251abf8cf44ea0863efda2bc5
1313

1414
# Set Python interpreter for `node-gyp` to use
1515
ENV PYTHON /usr/bin/python3

0 commit comments

Comments
 (0)