Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try node22 #6815

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion dev/import-tool/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion dev/tool/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion pods/account/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion pods/backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20
FROM node:22

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion pods/collaborator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20
FROM node:22

WORKDIR /usr/src/app
RUN npm install --ignore-scripts=false --verbose bufferutil utf-8-validate @mongodb-js/zstd snappy --unsafe-perm
Expand Down
2 changes: 1 addition & 1 deletion pods/front/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion pods/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

WORKDIR /usr/src/app
RUN npm install --ignore-scripts=false --verbose bufferutil utf-8-validate @mongodb-js/zstd snappy msgpackr msgpackr-extract --unsafe-perm
Expand Down
2 changes: 1 addition & 1 deletion pods/workspace/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion products/tracker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion server/collaborator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20-alpine
FROM node:22-alpine

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion services/ai-bot/pod-ai-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

WORKDIR /usr/src/app
RUN npm install --ignore-scripts=false --verbose bufferutil utf-8-validate @mongodb-js/zstd snappy --unsafe-perm
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

WORKDIR /usr/src/app
RUN npm install --ignore-scripts=false --verbose bufferutil utf-8-validate @mongodb-js/zstd snappy --unsafe-perm
Expand Down
2 changes: 1 addition & 1 deletion services/calendar/pod-calendar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20-alpine
FROM node:22-alpine

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion services/gmail/pod-gmail/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20-alpine
FROM node:22-alpine

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion services/love/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20
FROM node:22

WORKDIR /usr/src/app
RUN npm install --ignore-scripts=false --verbose bufferutil utf-8-validate @mongodb-js/zstd snappy --unsafe-perm
Expand Down
2 changes: 1 addition & 1 deletion services/print/pod-print/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20
FROM node:22

# We don't need the standalone Chromium
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
Expand Down
2 changes: 1 addition & 1 deletion services/rekoni/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS runtime
FROM node:22-alpine AS runtime

RUN apk upgrade --update && apk add \
coreutils \
Expand Down
2 changes: 1 addition & 1 deletion services/ses/pod-ses/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion services/sign/pod-sign/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20
FROM node:22

RUN apt-get update && apt-get install dumb-init
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion services/telegram-bot/pod-telegram-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion services/telegram/pod-telegram/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM node:20-alpine
FROM node:22-alpine

WORKDIR /usr/src/app

Expand Down