Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .deploy/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ARG REDIS_USER
ARG REDIS_TLS
ARG REDIS_URL

FROM node:20.18.1-alpine3.19 AS dependencies
FROM node:24.12.0-alpine3.23 AS dependencies

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/ever-co/ever-gauzy"
Expand Down Expand Up @@ -175,7 +175,7 @@ COPY --chown=node:node .scripts/postinstall.js ./.scripts/

RUN yarn install --network-timeout 1000000 --frozen-lockfile --ignore-scripts && yarn postinstall.manual && yarn cache clean

FROM node:20.18.1-alpine3.19 AS prodDependencies
FROM node:24.12.0-alpine3.23 AS prodDependencies

ENV CI=true

Expand Down Expand Up @@ -245,7 +245,7 @@ RUN rm -r node_modules/@angular
# those within custom webpack in apps/api/config/custom-webpack.config.js
# RUN rm -r node_modules/@gauzy

FROM node:20.18.1-alpine3.19 AS development
FROM node:24.12.0-alpine3.23 AS development

USER node:node

Expand All @@ -255,7 +255,7 @@ COPY --chown=node:node --from=dependencies /wait /entrypoint.prod.sh /entrypoint
COPY --chown=node:node --from=dependencies /srv/gauzy .
COPY . .

FROM node:20.18.1-alpine3.19 AS build
FROM node:24.12.0-alpine3.23 AS build

WORKDIR /srv/gauzy

Expand Down Expand Up @@ -295,7 +295,7 @@ RUN yarn build:api:prod:docker
# those within custom webpack in apps/api/config/custom-webpack.config.js
# RUN rm -r dist/apps/api/node_modules/@gauzy

FROM node:20.18.1-alpine3.19 AS production
FROM node:24.12.0-alpine3.23 AS production

WORKDIR /srv/gauzy

Expand Down
4 changes: 2 additions & 2 deletions .deploy/mcp-auth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ARG DB_SYNCHRONIZE
ARG MCP_TRUSTED_PROXIES


FROM node:20.18.1-alpine3.19 AS dependencies
FROM node:24.12.0-alpine3.23 AS dependencies

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/ever-co/ever-gauzy"
Expand Down Expand Up @@ -102,7 +102,7 @@ RUN rm -rf /srv/gauzy-mcp-auth/dist
RUN yarn build:mcp-auth:prod

# Only prod dependencies
FROM node:20.18.1-alpine3.19 AS proddependencies
FROM node:24.12.0-alpine3.23 AS proddependencies

RUN apk add --no-cache python3 python3-dev py3-pip py3-setuptools build-base gcc g++ make autoconf automake git \
&& npm install --quiet [email protected] -g \
Expand Down
4 changes: 2 additions & 2 deletions .deploy/mcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ARG MCP_WS_SESSION_ENABLED
ARG MCP_WS_SESSION_COOKIE_NAME
ARG MCP_WS_TRUSTED_PROXIES

FROM node:20.18.1-alpine3.19 AS dependencies
FROM node:24.12.0-alpine3.23 AS dependencies

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/ever-co/ever-gauzy"
Expand Down Expand Up @@ -146,7 +146,7 @@ RUN rm -rf /srv/gauzy-mcp/dist
RUN yarn build:mcp:prod

# Only prod dependencies
FROM node:20.18.1-alpine3.19 AS proddependencies
FROM node:24.12.0-alpine3.23 AS proddependencies

RUN apk add --no-cache python3 python3-dev py3-pip py3-setuptools build-base gcc g++ make autoconf automake git \
&& npm install --quiet [email protected] -g \
Expand Down
6 changes: 3 additions & 3 deletions .deploy/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ARG DESKTOP_APP_DOWNLOAD_LINK_LINUX
ARG MOBILE_APP_DOWNLOAD_LINK
ARG EXTENSION_DOWNLOAD_LINK

FROM node:20.18.1-alpine3.19 AS dependencies
FROM node:24.12.0-alpine3.23 AS dependencies

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/ever-co/ever-gauzy"
Expand Down Expand Up @@ -151,7 +151,7 @@ RUN yarn install --network-timeout 1000000 --frozen-lockfile --ignore-scripts
RUN yarn postinstall.manual
RUN yarn cache clean

FROM node:20.18.1-alpine3.19 AS development
FROM node:24.12.0-alpine3.23 AS development

USER node:node

Expand All @@ -161,7 +161,7 @@ COPY --chown=node:node --from=dependencies /wait /entrypoint.compose.sh /entrypo
COPY --chown=node:node --from=dependencies /srv/gauzy .
COPY . .

FROM node:20.18.1-alpine3.19 AS build
FROM node:24.12.0-alpine3.23 AS build

WORKDIR /srv/gauzy

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/agent-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Change permissions
Expand All @@ -42,7 +42,7 @@ jobs:
run: python3 -m pip install packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Change permissions
Expand All @@ -121,7 +121,7 @@ jobs:
run: python3 -m pip install packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -180,14 +180,14 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Fix node-gyp and Python
run: python3 -m pip install --break-system-packages packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Install Visual Studio 2022 Build Tools (VCTools)
Expand All @@ -269,7 +269,7 @@ jobs:
arch: x64

- name: Install latest version of NPM
run: 'npm install -g npm@10.9.4'
run: 'npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Install Visual Studio 2022 Build Tools (VCTools with ARM64)
Expand All @@ -387,7 +387,7 @@ jobs:
arch: arm64

- name: Install latest version of NPM
run: 'npm install -g npm@10.9.4'
run: 'npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/agent-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Change permissions
Expand All @@ -42,7 +42,7 @@ jobs:
run: python3 -m pip install packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Change permissions
Expand All @@ -121,7 +121,7 @@ jobs:
run: python3 -m pip install packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -180,14 +180,14 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Fix node-gyp and Python
run: python3 -m pip install --break-system-packages packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Install Visual Studio 2022 Build Tools (VCTools)
Expand All @@ -269,7 +269,7 @@ jobs:
arch: x64

- name: Install latest version of NPM
run: 'npm install -g npm@10.9.4'
run: 'npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Install Visual Studio 2022 Build Tools (VCTools with ARM64)
Expand All @@ -387,7 +387,7 @@ jobs:
arch: arm64

- name: Install latest version of NPM
run: 'npm install -g npm@10.9.4'
run: 'npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/desktop-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Change permissions
Expand All @@ -42,7 +42,7 @@ jobs:
run: python3 -m pip install packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Change permissions
Expand All @@ -121,7 +121,7 @@ jobs:
run: python3 -m pip install packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -180,14 +180,14 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Fix node-gyp and Python
run: python3 -m pip install --break-system-packages packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@10.9.4'
run: 'sudo npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'sudo npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Install Visual Studio 2022 Build Tools (VCTools)
Expand All @@ -269,7 +269,7 @@ jobs:
arch: x64

- name: Install latest version of NPM
run: 'npm install -g npm@10.9.4'
run: 'npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 22.21.1
node-version: 24.12.0
cache: 'yarn'

- name: Install Visual Studio 2022 Build Tools (VCTools with ARM64)
Expand All @@ -387,7 +387,7 @@ jobs:
arch: arm64

- name: Install latest version of NPM
run: 'npm install -g npm@10.9.4'
run: 'npm install -g npm@11.6.2'

- name: Install globally node-gyp, ts-node and nx packages
run: 'npm install --quiet -g [email protected] [email protected] [email protected]'
Expand Down
Loading
Loading