We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e2289 commit c4198e3Copy full SHA for c4198e3
components/server/leeway.Dockerfile
@@ -2,7 +2,7 @@
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License.AGPL.txt in the project root for license information.
4
5
-FROM node:18.20.7-alpine AS builder
+FROM node:18.20.8-alpine AS builder
6
7
# Install Python, make, gcc and g++ for node-gyp
8
RUN apk update && \
@@ -14,7 +14,7 @@ COPY components-server--app /installer/
14
WORKDIR /app
15
RUN /installer/install.sh
16
17
-FROM node:18.20.7-alpine
+FROM node:18.20.8-alpine
18
ENV NODE_OPTIONS="--unhandled-rejections=warn --max_old_space_size=2048"
19
20
EXPOSE 3000
0 commit comments