We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916e9cf commit 534aaeaCopy full SHA for 534aaea
3 files changed
.nvmrc
@@ -1 +1 @@
1
-v24.12.0
+v24
docker/prod/Dockerfile
@@ -23,7 +23,7 @@ COPY --from=node:24-slim /usr/local/bin /usr/local/bin
23
COPY --from=node:24-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
24
25
# Install uv.
26
-COPY --from=ghcr.io/astral-sh/uv:0.5.36 /uv /uvx /usr/local/bin
+COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin
27
28
# Install node dependencies.
29
COPY package*.json ./
package.json
@@ -64,7 +64,7 @@
64
"clean": "rm -rf ./static ./hypha/static_compiled"
65
},
66
"engines": {
67
- "node": "24.12.x"
+ "node": "24.x"
68
69
"private": true
70
}
0 commit comments