Skip to content

Commit c4198e3

Browse files
[server] Bump node version 18.20.7 -> 18.20.8
1 parent f2e2289 commit c4198e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/server/leeway.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License.AGPL.txt in the project root for license information.
44

5-
FROM node:18.20.7-alpine AS builder
5+
FROM node:18.20.8-alpine AS builder
66

77
# Install Python, make, gcc and g++ for node-gyp
88
RUN apk update && \
@@ -14,7 +14,7 @@ COPY components-server--app /installer/
1414
WORKDIR /app
1515
RUN /installer/install.sh
1616

17-
FROM node:18.20.7-alpine
17+
FROM node:18.20.8-alpine
1818
ENV NODE_OPTIONS="--unhandled-rejections=warn --max_old_space_size=2048"
1919

2020
EXPOSE 3000

0 commit comments

Comments
 (0)