We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8aa95 commit 13c1241Copy full SHA for 13c1241
package.json
@@ -6,7 +6,7 @@
6
"node": "20 || 22"
7
},
8
"volta": {
9
- "node": "22.18.0",
+ "node": "22.19.0",
10
"yarn": "4.9.4"
11
12
"packageManager": "[email protected]",
packages/backend/Dockerfile
@@ -9,7 +9,7 @@
#
# Once the commands have been run, you can build the image using `yarn build-image`
-FROM node:22.18.0-bookworm-slim@sha256:752ea8a2f758c34002a0461bd9f1cee4f9a3c36d48494586f60ffce1fc708e0e
+FROM node:22.19.0-bookworm-slim@sha256:0ae9e80c8c7e7a8fea5bc8e8762e4fd09a7a68c251abf8cf44ea0863efda2bc5
13
14
# Set Python interpreter for `node-gyp` to use
15
ENV PYTHON /usr/bin/python3
0 commit comments