Skip to content

Commit 534aaea

Browse files
committed
Specify node version as only v24 so minor updates are used automatically on new builds.
1 parent 916e9cf commit 534aaea

3 files changed

Lines changed: 3 additions & 3 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.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)