Skip to content

Commit d3ef299

Browse files
chore(deps): update node.js to v24
1 parent 3e35215 commit d3ef299

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.11.1

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22 as build
1+
FROM node:24 as build
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV DEBIAN_FRONTEND=dialog

docker/Dockerfile.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build the entire application
2-
FROM node:22 AS app_build
2+
FROM node:24 AS app_build
33

44
ENV DEBIAN_FRONTEND=noninteractive
55

@@ -27,7 +27,7 @@ RUN pnpm build
2727
RUN cp ./sites/geohub/package.json ./sites/geohub/build/package.json
2828

2929
# Build only geohub dependencies in node_modules
30-
FROM node:22 AS prod_build
30+
FROM node:24 AS prod_build
3131

3232
ENV NODE_ENV=production
3333
RUN npm install pnpm -g

0 commit comments

Comments
 (0)