mirror of https://github.com/laurent22/joplin.git
Server: Fix Node version
parent
12531a63f9
commit
cb77adab3b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue