diff --git a/.nvmrc b/.nvmrc index 5538e1c3f..d5a159609 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.6.1 +20.10.0 diff --git a/Dockerfile b/Dockerfile index a401de86d..57531f6aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine ENV NODE_ENV production @@ -10,7 +10,7 @@ RUN apk add --update --no-cache \ bash \ py3-pip -RUN pip install --no-cache-dir --upgrade supervisor +RUN pip install --no-cache-dir --upgrade --break-system-packages supervisor RUN mkdir -p /var/lib/server/logs diff --git a/packages/analytics/Dockerfile b/packages/analytics/Dockerfile index 860ae2687..71097c352 100644 --- a/packages/analytics/Dockerfile +++ b/packages/analytics/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine RUN apk add --update \ curl \ diff --git a/packages/api-gateway/Dockerfile b/packages/api-gateway/Dockerfile index 21fa24b88..d410841ab 100644 --- a/packages/api-gateway/Dockerfile +++ b/packages/api-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine RUN apk add --update \ curl \ diff --git a/packages/auth/Dockerfile b/packages/auth/Dockerfile index ed355cb57..dbbe0b4b0 100644 --- a/packages/auth/Dockerfile +++ b/packages/auth/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine RUN apk add --update \ curl \ diff --git a/packages/domain-events-infra/src/Infra/Redis/RedisDomainEventPublisher.spec.ts b/packages/domain-events-infra/src/Infra/Redis/RedisDomainEventPublisher.spec.ts index 4a3d78719..f6e4b1f9c 100644 --- a/packages/domain-events-infra/src/Infra/Redis/RedisDomainEventPublisher.spec.ts +++ b/packages/domain-events-infra/src/Infra/Redis/RedisDomainEventPublisher.spec.ts @@ -26,7 +26,7 @@ describe('RedisDomainEventPublisher', () => { expect(redisClient.publish).toHaveBeenCalledWith( 'events', - 'eJyrViqpLEhVslIKcQ0OUdJRKkiszMlPTFGyqlZKy88HiiclFinV1gIA9tQMhA==', + 'eJyrViqpLEhVslIKcQ0OUdJRKkiszMlPTFGyqlZKy89XslJKSixSqq0FAPbUDIQ=', ) }) }) diff --git a/packages/files/Dockerfile b/packages/files/Dockerfile index 220ee19ce..c6bcfcd83 100644 --- a/packages/files/Dockerfile +++ b/packages/files/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine RUN apk add --update \ curl \ diff --git a/packages/revisions/Dockerfile b/packages/revisions/Dockerfile index 5134da5e7..a76805ee8 100644 --- a/packages/revisions/Dockerfile +++ b/packages/revisions/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine RUN apk add --update \ curl \ diff --git a/packages/scheduler/Dockerfile b/packages/scheduler/Dockerfile index b057d3bf1..f17c88332 100644 --- a/packages/scheduler/Dockerfile +++ b/packages/scheduler/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine RUN apk add --update \ curl \ diff --git a/packages/syncing-server/Dockerfile b/packages/syncing-server/Dockerfile index 13299d8b5..f17a3eae3 100644 --- a/packages/syncing-server/Dockerfile +++ b/packages/syncing-server/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine RUN apk add --update \ curl \ diff --git a/packages/websockets/Dockerfile b/packages/websockets/Dockerfile index 40e7a7368..64b221126 100644 --- a/packages/websockets/Dockerfile +++ b/packages/websockets/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1-alpine +FROM node:20.10.0-alpine RUN apk add --update \ curl \