chore: upgrade node version to 20.10.0 (#1010)

* chore: upgrade node version to 20.10.0

* fix specs

* fix pip system managed packages
This commit is contained in:
Karol Sójko 2023-12-28 14:13:07 +01:00 committed by GitHub
parent 4c0bc82090
commit 264fd4c36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 12 deletions

2
.nvmrc
View file

@ -1 +1 @@
20.6.1 20.10.0

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
ENV NODE_ENV production ENV NODE_ENV production
@ -10,7 +10,7 @@ RUN apk add --update --no-cache \
bash \ bash \
py3-pip 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 RUN mkdir -p /var/lib/server/logs

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
RUN apk add --update \ RUN apk add --update \
curl \ curl \

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
RUN apk add --update \ RUN apk add --update \
curl \ curl \

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
RUN apk add --update \ RUN apk add --update \
curl \ curl \

View file

@ -26,7 +26,7 @@ describe('RedisDomainEventPublisher', () => {
expect(redisClient.publish).toHaveBeenCalledWith( expect(redisClient.publish).toHaveBeenCalledWith(
'events', 'events',
'eJyrViqpLEhVslIKcQ0OUdJRKkiszMlPTFGyqlZKy88HiiclFinV1gIA9tQMhA==', 'eJyrViqpLEhVslIKcQ0OUdJRKkiszMlPTFGyqlZKy89XslJKSixSqq0FAPbUDIQ=',
) )
}) })
}) })

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
RUN apk add --update \ RUN apk add --update \
curl \ curl \

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
RUN apk add --update \ RUN apk add --update \
curl \ curl \

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
RUN apk add --update \ RUN apk add --update \
curl \ curl \

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
RUN apk add --update \ RUN apk add --update \
curl \ curl \

View file

@ -1,4 +1,4 @@
FROM node:20.6.1-alpine FROM node:20.10.0-alpine
RUN apk add --update \ RUN apk add --update \
curl \ curl \