Skip to content

Commit 14d82f4

Browse files
authored
Specify node version as only v24 so minor updates are used automatically on new builds (#4697)
1 parent 916e9cf commit 14d82f4

4 files changed

Lines changed: 5 additions & 14 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.12.0
1+
v24

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --from=node:24-slim /usr/local/bin /usr/local/bin
2323
COPY --from=node:24-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
2424

2525
# Install uv.
26-
COPY --from=ghcr.io/astral-sh/uv:0.5.36 /uv /uvx /usr/local/bin
26+
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin
2727

2828
# Install node dependencies.
2929
COPY package*.json ./

package-lock.json

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"clean": "rm -rf ./static ./hypha/static_compiled"
6565
},
6666
"engines": {
67-
"node": "24.12.x"
67+
"node": "24.x"
6868
},
6969
"private": true
7070
}

0 commit comments

Comments
 (0)