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 3e35215 commit d3ef299Copy full SHA for d3ef299
.nvmrc
@@ -1 +1 @@
1
-22.21.1
+24.11.1
docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:22 as build
+FROM node:24 as build
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
ENV DEBIAN_FRONTEND=dialog
docker/Dockerfile.production
@@ -1,5 +1,5 @@
# build the entire application
-FROM node:22 AS app_build
+FROM node:24 AS app_build
5
@@ -27,7 +27,7 @@ RUN pnpm build
27
RUN cp ./sites/geohub/package.json ./sites/geohub/build/package.json
28
29
# Build only geohub dependencies in node_modules
30
-FROM node:22 AS prod_build
+FROM node:24 AS prod_build
31
32
ENV NODE_ENV=production
33
RUN npm install pnpm -g
0 commit comments