mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Server: Upgrade to Node 18
To fix error ERR_OSSL_EVP_UNSUPPORTED Ref: https://stackoverflow.com/questions/69394632 Ref: https://github.com/laurent22/joplin/actions/runs/3392538624/jobs/5638855521#step:6:4386
This commit is contained in:
parent
a8ed365bcf
commit
f34078bd96
@ -2,7 +2,7 @@
|
||||
# Build stage
|
||||
# =============================================================================
|
||||
|
||||
FROM node:16-bullseye AS builder
|
||||
FROM node:18-bullseye AS builder
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
|
Loading…
Reference in New Issue
Block a user