mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ describe('RedisDomainEventPublisher', () => {
|
|||||||
|
|
||||||
expect(redisClient.publish).toHaveBeenCalledWith(
|
expect(redisClient.publish).toHaveBeenCalledWith(
|
||||||
'events',
|
'events',
|
||||||
'eJyrViqpLEhVslIKcQ0OUdJRKkiszMlPTFGyqlZKy88HiiclFinV1gIA9tQMhA==',
|
'eJyrViqpLEhVslIKcQ0OUdJRKkiszMlPTFGyqlZKy89XslJKSixSqq0FAPbUDIQ=',
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user