Skip to content

Commit

Permalink
Try node22
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <[email protected]>
  • Loading branch information
haiodo committed Oct 4, 2024
1 parent 92bb848 commit a1b0cdf
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
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

0 comments on commit a1b0cdf

Please sign in to comment.