Skip to content

Commit

Permalink
Update server node to 18.19.0-bookworm-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann committed Jan 4, 2024
1 parent fe673aa commit 35bcb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/server/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the GNU Affero General Public License (AGPL).
# See License-AGPL.txt in the project root for license information.

FROM node:18.19.0-bullseye-slim as builder
FROM node:18.19.0-bookworm-slim as builder

RUN apt-get update && apt-get install -y build-essential python3

Expand All @@ -11,7 +11,7 @@ COPY components-server--app /installer/
WORKDIR /app
RUN /installer/install.sh

FROM node:18.19.0-bullseye-slim
FROM node:18.19.0-bookworm-slim
ENV NODE_OPTIONS="--unhandled-rejections=warn --max_old_space_size=2048"
# Using ssh-keygen for RSA keypair generation
RUN apt-get update && apt-get install -yq \
Expand Down

0 comments on commit 35bcb69

Please sign in to comment.