mirror of https://github.com/laurent22/joplin.git
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:4386pull/7049/head^2
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