Server: Fix Node version

pull/7067/head
Laurent Cozic 2022-11-05 16:51:09 +00:00
parent 12531a63f9
commit cb77adab3b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ RUN BUILD_SEQUENCIAL=1 yarn install --inline-builds \
# from a smaller base image. # from a smaller base image.
# ============================================================================= # =============================================================================
FROM node:16-bullseye-slim FROM node:18-bullseye-slim
ARG user=joplin ARG user=joplin
RUN useradd --create-home --shell /bin/bash $user RUN useradd --create-home --shell /bin/bash $user